is-dynamic-grid

This is a grid that can represent certain tables from the database. The grid also provides buttons that can be used to edit existing entries, add new ones and delete old ones.

Table structure

Column

Datatype

Description

ID

string resp. varchar

Is linked to the respective Primary Key.

POS

int

Counter variable

Example

images/download/attachments/494473550/Example_DB.PNG

Properties

Property

Description

required

tableName

The name of the table is assigned here.

The name must be written in lower case letters.

images/s/ti67az/8401/0f22f74a0c673511e48ab1bc7ae6af4388aa8dbf/_/images/icons/emoticons/check.svg

model

The model is linked to the "ID" of the table.


Example

"title": "Data",
"type": "is-dynamic-grid",
"tableName": "testtable",
"model": "entity.AdrNr",
"name": "testtable",
"visible": true