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.
我正在寻找一种将 GWT FlexTable 或 CellTable 扩展到“TreeTable”的方法。我想要一个具有可扩展行的表,并且我希望能够在需要时从服务器获取数据。所以我不想从一开始就填充整个表格(所有级别)。
最好使用 FlexTable 还是 CellTable 开始?或者网络上有任何示例/插件吗?
感谢所有想法和提示!
我 TreeTable widget在 Google Web Toolkit Incubator 找到了一个。这是演示
TreeTable widget