不在列表网格中显示值
我使用 smartgwt 显示网格。 在记录中,我有一些数据是真是假。 我在 getBaseStyle 方法中更改了效果良好的 listGrid 的背景颜色。
现在,我不想在单元格中显示值 true 或 false。
我可以将文本颜色设置为与背景颜色相同,但这非常糟糕。
有什么想法吗?
谢谢
I use smartgwt to display a grid.
In the record, i have some data who are true or false.
I change de background color in the getBaseStyle method for the listGrid that work well.
Now, i don't want to display the value true or false in the cell.
I can put the text color the same than background, but it's very bad.
Any idea?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以向 listGrid 添加另一个 listGridField,其背景颜色取决于此布尔字段的值。该字段不会显示任何文本。然后隐藏列表网格中的布尔字段。
You can add another listGridField to the listGrid whose background color depends on the value of this booleanfield. This field wont have any text to display. Then you hide the boolean field in the listgrid.