Implement keyboard control in JavaScript Grid
- by Vanco
I finished building a JavaScript grid control, end everything works fine. Paging, button navigation, column sorting, etc.
The cells in the grid are DIVs which are generated using Mootools 1.2.4 (which is heavily used throughout the control).
I want to implement keyboard control for the grid, both for paging (page up/page down) and for moving with…