How to merge cells in Vaadin grid

孤街醉人 提交于 2019-12-11 13:38:36

问题


I wonder how I can merge in Vaadin 7.6 a group of cells for the same column name, where values in the cells would be replaced by a unique cell.

Right now, I only found how to merge headers and footers.

Tks,


回答1:


Unfortunately Vaadin Grid doesn't support that. As you noticed it's possible to merge cells on headers and footers but it's not supported on the actual content cells.



来源:https://stackoverflow.com/questions/34884375/how-to-merge-cells-in-vaadin-grid

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!