不在列表网格中显示值

发布于 2024-11-18 17:45:51 字数 185 浏览 4 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

往日情怀 2024-11-25 17:45:51

您可以向 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文