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

82 lines
1.4 KiB
JSON

[
{
"key": "id",
"title": "№",
"align": "center",
"visible": true,
"scopedSlots": {
"customRender": "id"
},
"width": "1%",
"opacity": 0
},
{
"dataIndex": "title",
"key": "title",
"title": "Title",
"visible": true,
"width": "30%"
},
{
"dataIndex": "category",
"key": "category",
"title": "Category",
"visible": true,
"scopedSlots": {
"customRender": "category"
},
"width": "9%"
},
{
"dataIndex": "amount",
"key": "amount",
"title": "Amount",
"scopedSlots": {
"customRender": "amount"
},
"visible": true,
"width": "9%"
},
{
"dataIndex": "price",
"key": "price",
"title": "Price",
"scopedSlots": {
"customRender": "price"
},
"visible": true,
"width": "9%"
},
{
"dataIndex": "total",
"key": "total",
"title": "Total",
"scopedSlots": {
"customRender": "price"
},
"visible": true,
"width": "9%"
},
{
"dataIndex": "seller_country",
"key": "seller_country",
"title": "Seller country",
"visible": true,
"width": "7%"
},
{
"dataIndex": "buyer_country",
"key": "buyer_country",
"title": "Buyer country",
"visible": true,
"width": "7%"
},
{
"dataIndex": "point",
"key": "point",
"title": "Point",
"visible": true,
"width": "14%"
}
]