antd-data-table icon indicating copy to clipboard operation
antd-data-table copied to clipboard

action is not defined

Open agallio opened this issue 7 years ago • 0 comments

[ { label: "Edit", action(record) { action("onClick edit")(record); } }, { label: "More", children: [ { label: "Remove", action(record) { action("onClick remove")(record); } }, { label: "Open", action(record) { action("onClick open")(record); } } ]

this action function is not defined

Line 63: 'action' is not defined no-undef Line 72: 'action' is not defined no-undef Line 78: 'action' is not defined no-undef

agallio avatar Jul 17 '18 03:07 agallio