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

Setting to scroll up/down via arrow keys up/down. #41

Open SirFizX opened 10 years ago

SirFizX commented 10 years ago

The default behavior for webpages is to scroll the entire page up/down with the press of the up/down arrow keys. I propose a jsgrid option that when a grid is clicked that it can be scrolled up/down with the arrow keys. If you click a second grid in the same page, you should be able to scroll the newly clicked grid up/down using the arrow keys.

optikalefx commented 10 years ago

Maybe we also need some visual indicator when a grid is focused.

SirFizX commented 10 years ago

Good idea. Perhaps a special border that appears when the grid is focused?