angular-ui/ui-grid

Row Selection via Keyboard Nav

Open

#3,437 创建于 2015年5月6日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)JavaScript (5,395 star) (2,496 fork)batch import
good first issuetype: enhancement

描述

We are using ui-grid (3.0) for displaying a lot of read-only data in our application. I can enable rowSelection very easily using enableRowSelection = true; It works great when using the mouse. However, if I then enable keyboard navigation, I would also like the up/down arrow keys to select an entire row.

I think it would be fairly easy to do with a directive that mimics the code that is already there to do row selection with the mouse but it would be great if this functionality was built into the grid instead of hacking this in by the client code.

Is there any way this could be added.

I am totally new to Github and maybe this should be a pull request (feature request) and not an Issue? Sorry if this is the wrong forum for this request.

贡献者指南