Support for keyboard delete key
Support for keyboard delete key
Before implementing my own method, does editor have support for the keyboard delete key.
The behavior I am after is once I select a row, I then hit the delete key on the keyboard; This triggers the "Are you sure you want to delete" modal. same as if i had clicked the delete button.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Currently no - that would require a key listener that uses the
remove()
method. Nice idea for an interaction that!Allan