NewbeeFE/antd-data-table

action is not defined

Opened this issue · 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