Is there a way to implement keyboard navigation (up, down arrows) in a tablesorter table within a fixed height iframe or div?
Thanks in advance.
Is there a way to implement keyboard navigation (up, down arrows) in a tablesorter table within a fixed height iframe or div?
Thanks in advance.
This code adds very basic functionality. Adding a
tabindex
attribute allows the rows to become focusable (demo):