exchange/resources/js/data/category-columns.json

19 lines
268 B
JSON

[
{
"dataIndex": "title",
"key": "title",
"title": "Title",
"scopedSlots": {
"customRender": "locale"
}
},
{
"key": "actions",
"width": 120,
"align": "right",
"scopedSlots": {
"customRender": "actions"
}
}
]