enckes-web-editor/src/database.json

28 lines
640 B
JSON
Raw Normal View History

2020-09-01 19:19:18 -07:00
[
{
"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"
}
]
}
]