[ { "key": "id", "title": "№", "align": "center", "visible": true, "scopedSlots": { "customRender": "id" }, "width": 50 }, { "dataIndex": "title", "key": "title", "title": "Title", "visible": true, "width": "30%" }, { "dataIndex": "category", "key": "category", "title": "Category", "visible": true, "scopedSlots": { "customRender": "category" } }, { "dataIndex": "country", "key": "country", "title": "Country" }, { "dataIndex": "payment", "key": "payment", "align": "center", "title": "Payment", "visible": true }, { "dataIndex": "send", "key": "send", "align": "center", "title": "Send", "visible": true }, { "dataIndex": "point", "key": "point", "title": "Point", "visible": true, "width": 150 }, { "dataIndex": "place", "key": "place", "title": "Place", "visible": false, "width": 150 }, { "dataIndex": "seller", "key": "seller", "title": "Seller", "visible": true, "align": "center", "width": 50 }, { "dataIndex": "amount", "key": "amount", "align": "right", "title": "Amount", "scopedSlots": { "customRender": "amount" }, "visible": true }, { "dataIndex": "price", "key": "price", "align": "right", "title": "Price", "scopedSlots": { "customRender": "price" }, "visible": true }, { "dataIndex": "total", "key": "total", "align": "right", "title": "Total", "scopedSlots": { "customRender": "price" }, "visible": true } ]