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
Properties
Property |
Description |
required |
tableName |
The name of the table is assigned here. The name must be written in lower case letters. |
|
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