How do I do keyboard activation on multiple tables on the same web page?
How do I do keyboard activation on multiple tables on the same web page?
mondi.janes
Posts: 4Questions: 2Answers: 0
Link to test case:
https://jsbin.com/desepiyudo/edit?html,console,output
This question has an accepted answers - jump to answer
Answers
The keyboard access for buttons is global on the page, so there is no way for it to distinguish between shift+d meant for one table and that meant for another. Perhaps longer term I should have a popup asking the used which table they want the action to be performed on, but at the moment you would need to have a unique key per table.
Allan
Thanks @allan