Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将特定于列的按钮添加到过滤器工具栏所在的 jqGrid。 我能找到的最接近的解决方案是在 filter toolbar 旁边添加按钮,除了我想要工具栏上方/下方的按钮,我将为每一列添加一个按钮。 提前致谢。
然后,您可以使用toolbar: [true, "top"]jqGrid crates 集成在 jqGrid 标题中的附加工具栏。您可以在工具栏上放置和按钮并存档您的目标。
toolbar: [true, "top"]