Skip to content

Proposal to have optional confirmation dialog on row delete #665

@shawnmitchell

Description

@shawnmitchell

I just finished implementing delete with a confirmation dialog - which I think is still considered best practice - and it was a bit clunky with the current implementation of onRowsDelete.

I had to grab the selected elements and return false from onRowsDelete, then fire the dialog and on confirmation, pass the selected indexes up to the controller via callback for removal.

Would you be open to a pull request that would allow the user to either request or provide a confirmation dialog on delete?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions