Primefaces 中是否提供聚合函数?
Is aggregate function available in Primefaces?
我想使用 Primefaces 从数据表中进行聚合。但是我找不到任何资源。有人知道吗?
Datatable 没有聚合框架。您只能在 table 的 header 中对结果进行排序。您必须构建您的结果 object,它被 value
属性中的数据 table 使用。
我想使用 Primefaces 从数据表中进行聚合。但是我找不到任何资源。有人知道吗?
Datatable 没有聚合框架。您只能在 table 的 header 中对结果进行排序。您必须构建您的结果 object,它被 value
属性中的数据 table 使用。