Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

action is not defined #24

Open
agallio opened this issue Jul 17, 2018 · 0 comments
Open

action is not defined #24

agallio opened this issue Jul 17, 2018 · 0 comments

Comments

@agallio
Copy link

agallio commented Jul 17, 2018

[ { 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant