keyUp and keyDown events for datatable?
keyUp and keyDown events for datatable?
sairamV
Posts: 11Questions: 6Answers: 0
keyUp and keyDown events for datatable?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Is this with KeyTable or something else? What is the element that you want to listen for those events on?
Allan
I need scrollup the entire datatable while keyUp and scrollDown while keydown
You didn't answer my question. I don't know what software you are using to handle the key presses. Is it custom code you've written or something else?
Allan
I am using normal datatable in computer
Are you wanting to implement
scrollY
and turn off paging?Doing this will allow you to scroll using the keyboard.
Kevin