export const checkboxCol = `[{ "dataIndex": "checkbox", "width": "20px", }, { "title": "Name", "dataIndex": "name", "width": "100px", }, { "title": "Age", "dataIndex": "age", "width": "100px", }, { "title": "Address", "dataIndex": "address", }, { "title": "Tags", "dataIndex": "tags", "width": "100px", }, { "title": "Action", "dataIndex": "action", "width": "30px", }]`; export const checkboxOptions = `[{ "name": "John Brown", "age": 32, "address": "New York No. 1 Lake Park", "tags": "loser", "action": "delete", "checked": false, }, { "name": "Jim Green", "age": 42, "address": "London No. 1 Lake Park", "tags": "good", "action": "add", "checked": false, }, { "name": "Joe Black", "age": 32, "address": "Sidney No. 1 Lake Park", "tags": "红星", "action": "delete", "checked": false, }]`;