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.
我想在primefaces中开发一个带有分页的表格。我发现 primefaces 中的数据表支持分页。但是对于该表的每一行,我都有一个树结构,在单击扩展箭头时会打开。你能告诉我如何在 primefaces 中实现这一点吗?
-- 第 1 行 -- 第 2 行 -- 第 3 行(假设用户扩展了这个) - 第 31 行 - 第 32 行 - 第 33 行 - 第 4 行
< pagination links >
谢谢,阿维纳什。
我猜你想使用 primefaces treeTable
http://www.primefaces.org/showcase/ui/treeTable.jsf
这个链接有如何使用的例子