使用箭头按钮移动选定的 SlickGrid 行

发布于 2024-12-12 04:28:22 字数 61 浏览 0 评论 0原文

是否可以使用箭头键上下移动选定的行?拖放效果很好,但我的项目也需要使用键盘进行移动。

谢谢!

is it possible to move selected rows up and down using arrow keys? The drag and drop works great, but my project requires moving using a keyboard as well.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

那小子欠揍 2024-12-19 04:28:22

在选项对象中设置enableCellNavigation: true。如果您使用 Firebug 或类似工具检查单元格,您会注意到 active 类值随着键盘按下而移动。

所以问题是 CSS 格式 .active,我不确定 SlickGrid 是否已经提供了它。

set enableCellNavigation: true in the options object. If you inspect the cells with Firebug or the like you'll notice that the active class value moves along with your keyboard presses.

So the thing is to CSS-format .active, I'm not sure whether SlickGrid provides it it already.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文