budibase/packages/server/appPackages/testApp2/components/tables/everyones_invoices Table.json

55 lines
1.0 KiB
JSON
Raw Normal View History

2019-10-10 07:18:02 +02:00
{
"name": "tables/everyones_invoices Table",
"inherits": "@budibase/standard-components/table",
"props": {
"data": {
"##bbstate": "/everyones_invoices",
"##bbsource": "store"
},
"columns": [
{
"title": "amount",
"value": {
"##bbstate": "amount",
"##bbsource": "context"
}
},
{
"title": "id",
"value": {
"##bbstate": "id",
"##bbsource": "context"
}
},
{
"title": "isNew",
"value": {
"##bbstate": "isNew",
"##bbsource": "context"
}
},
{
"title": "key",
"value": {
"##bbstate": "key",
"##bbsource": "context"
}
},
{
"title": "type",
"value": {
"##bbstate": "type",
"##bbsource": "context"
}
},
{
"title": "sortKey",
"value": {
"##bbstate": "sortKey",
"##bbsource": "context"
}
}
]
}
}