Many web applications today have spreadsheets. I was trying to make a very similar table, but with reduced funcionality:
- editable cells
- pressing the arrow keys, or would make you go to a cell next to the current one (in the proper direction)
I found ext grid and YUI DataTable, and besides they being editable I haven't found an easy way to make them keyboard navigatable.
Anyone knows how to configure them properly? Anyone knows another JS library that would help me?