28 lines
640 B
JSON
28 lines
640 B
JSON
|
[
|
||
|
{
|
||
|
"name": "Table 1",
|
||
|
"filter": false,
|
||
|
"hidden": false,
|
||
|
"col-def": [
|
||
|
{
|
||
|
"field": "column1",
|
||
|
"title": "Column 1",
|
||
|
"sortable": true,
|
||
|
"selectable": false
|
||
|
},
|
||
|
{
|
||
|
"field": "column2",
|
||
|
"title": "Column 2",
|
||
|
"sortable": true,
|
||
|
"selectable": false
|
||
|
}
|
||
|
],
|
||
|
"rows": [
|
||
|
{
|
||
|
"uid": "table1-row0",
|
||
|
"column1": "cell data",
|
||
|
"column2": "cell data"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|