Skip to content

action is not defined #24

Description

@agallio

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions