Hello has anyone a code for Keyboard arrows for pagination?
Nope, but if you can capture those events, you can just called page().
page()
FWIW I use the "Input" pagination plug-in, which enables the use of arrow keys. https://datatables.net/plug-ins/pagination/input
Thanks @tangerine , here's an example of that in action: http://live.datatables.net/qumuguri/1/edit
@colin I cant see it
When the input element is in focus, you can use the arrows keys. As I said before, if that's not what you want, you'll have to capture the arrow keys yourself and call page().
input
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Nope, but if you can capture those events, you can just called
page()
.FWIW I use the "Input" pagination plug-in, which enables the use of arrow keys.
https://datatables.net/plug-ins/pagination/input
Thanks @tangerine , here's an example of that in action: http://live.datatables.net/qumuguri/1/edit
@colin I cant see it
When the
input
element is in focus, you can use the arrows keys. As I said before, if that's not what you want, you'll have to capture the arrow keys yourself and callpage()
.