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.
通常,当我们在 smartgwt 列表网格中添加翻转画布时,该画布会自动添加到列表网格行的末尾。
示例代码 https://code.google.com/p/smartgwt/source/browse/trunk/samples/showcase/src/com/smartgwt/sample/showcase/client/grid/appearance/RollOverControlsSample.java?r=1072
截屏
但我想将此滚动画布添加到国家列。
有没有办法做到这一点。谢谢。
在示例代码中,使用 ListGrid.setUseCellRollOvers(true) 激活基于单元格的翻转画布。然后,您可以检查 colNum 是否用于感兴趣的列(即,在您的情况下为 Country 列)并仅显示它的翻转。