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 有一个事件onCellSelect参考:http ://www.trirand.com/jqgridwiki/doku.php?id=wiki:events 您可以使用它,以便在选择单元格时进行事件处理。我正在使用footerrow包含总数的A,并且在选择室内的单元格时需要进行一些事件处理。
onCellSelect
footerrow
我可以使用相应的事件吗?
没有内置的 jqGrid 页脚选择方法。
但是,我在 jqgrid 中的页脚行是否可选择/可点击中回答了这个问题?这应该让你走上正确的道路。