向 SlickGrid 添加自定义按钮?

发布于 2024-10-12 05:42:04 字数 116 浏览 3 评论 0原文

是否有任何简单的 API 调用可以将自定义按钮添加到标题工具栏中的 SlickGrid?

另外,如果您可以评论我如何获取通过这样的按钮通过复选框过滤或选择的行,并做一些魔术并更改数据,我们将受到欢迎:)

Any easy API calls for adding custom button to SlickGrid in the header toolbar?

Also, if you could comment how do I get rows, that were filtered or selected via checkboxes via such a button and do some magic and alter data would be welcome :)

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

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

发布评论

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

评论(1

违心° 2024-10-19 05:42:04

有关这两个问题的答案,请检查 slick.checkboxselectcolumn.js< /a> 插件。

您可以使用grid.updateColumnHeader(myhtml)方法更改列标题,其中myhtml是您要插入到标题中的一些html片段(包括按钮)。

如果您想检查选定的行,只需绑定到grid.onSelectedRowsChanged()事件即可。

For the answer to both questions, check the slick.checkboxselectcolumn.js plugin.

You can alter the column header with the grid.updateColumnHeader(myhtml) methods, where myhtmlis some html fragment (including buttons) that you want to insert to the header.

If you want to check the selected rows, just bind to the grid.onSelectedRowsChanged() event.

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