如何根据 ext js 网格中另一个单元格的值向单元格添加类
这就是我想尝试的,我想根据同一行中另一列的值突出显示一个单元格。我知道渲染器函数可以在渲染时设置列的样式,但是是否可以访问另一列?
This is what i want to try , i want to highlight a cell according to the value of another column in the same row. I know that the renderer function can style the column on render, but is it possible to access another column ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
渲染器有一组参数。第三个参数是记录。
Renderer has set of parameters. The third parameter is record.