WebEditor/src/default.json
2020-12-15 18:28:39 -08:00

31 lines
540 B
JSON

[
{
"id": "table0",
"name": "Table 1",
"filter": false,
"hidden": false,
"tab-name": "",
"description": "",
"col-def": [
{
"field": "column0",
"title": "Column 1",
"sortable": true,
"selectable": false
},
{
"field": "column1",
"title": "Column 2",
"sortable": true,
"selectable": false
}
],
"rows": [
{
"uid": "row0",
"column0": "cell data",
"column1": "cell data"
}
]
}
]