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 中的列创建了一个自定义格式化程序。是否可以修改该单元格的父 TR?正如我所看到的,格式化程序在 TR 之前执行,并将数据添加到 DOM,所以看起来我无法通过 rowID 获取行元素。我想根据我在格式化程序中收到的 rowObject 更改 TR 的样式/CssClass。
您应该看一下rowattr回调(它从 jqGrid 4.3.2 开始可用),它允许在渲染期间修改行属性。以下拉取请求中提供了更详细的描述:
rowattr