export const emptyCol = `[{ "title": "Name", "dataIndex": "name", "width": "100px", }, { "title": "Age", "dataIndex": "age", "width": "100px", }, { "title": "Address", "dataIndex": "address", }, { "title": "Action", "dataIndex": "action", "width": "30px", }]`; export const emptyOptions = '[]';