是否可以在 jqgrid Treegrid 上设置交替行背景色
我开始使用 jqGrid Treegrid 但我看不到设置替代行背景颜色。这可能吗?
i am starting to play around with jqGrid Treegrid but i don't see anyway to set alternative row back color. Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您指的是
altRows
和altclass
参数,那么就不起作用。为了准确地在树网格初始化时间(在setTreeGrid
内部),一些 jqGrid 参数将被重置。如何此处查看altRows
参数的值将设置为false
。如果您想象树节点的展开/折叠可以更改树项目的顺序,那么更改的原因就会很清楚,因此您将拥有来自原始树
已更新:解决方法总是存在的。请参阅演示,代码如下:
If you mean
altRows
andaltclass
parameters, then there not works. To be exactly at the tree grid initialization time (inside ofsetTreeGrid
) some jqGrid parameters will be reset. How you can see here the value of thealtRows
parameter will be set tofalse
. The reason of the change would be clear if you imagine that expanding/collapsing of tree nodes can change the order of the tree items so you would be havefrom the original tree
UPDATED: A workaround is always exist. See the demo with the following code: