@opengis/admin
Version:
This project Softpro Admin
38 lines (36 loc) • 661 B
JSON
{
"table": "test.table_properties",
"key": "table_property_id",
"query": "1=1",
"form": "admin.table_properties.form",
"meta": {
"title": "table_name, table_id",
"search": "table_name, table_id"
},
"card": true,
"order": "cdate desc",
"actions": [
"add",
"edit",
"del"
],
"sql": [
],
"columns": [
{
"ua": "Назва",
"name": "title",
"format": "text"
},
{
"ua": "Таблиця в БД",
"name": "table_name",
"format": "text"
}
],
"filterList": [
],
"filterInline": [],
"filterState": [],
"filterCustom": []
}