optikalefx / OpenJS-Grid

OpenJS Grid is the easiest jQuery Grid ever. With very little work you can have a data grid that can do everything from sorting and searching to complex database queries. Best of all, its open source. So you can learn how it's all done.
http://square-bracket.com/openjs
MIT License
96 stars 46 forks source link

Navigation Through Table Records #83

Open cbgithubadmin opened 9 years ago

cbgithubadmin commented 9 years ago

Currently when pressing the "tab" button the curser goes through rows (doswn). Is there a way to have the cursor go through columns (across)?

Thanks.

optikalefx commented 9 years ago

Not built in, but you could programmatically catch the tab key and then find the current focussed element using jQuery to get to the next column in the same row (using the index of where you were in the rows) and focus that new text box.

cbgithubadmin commented 9 years ago

Thanks for the recommendation and quick response! I'll give it a shot.

helomyfren commented 8 years ago

where you able to get the job done? tab accross?