3

Is primefaces able to group rows dynamically in a dataTable like icefaces does?

 <ice:column groupOn="#{employee.region}">...<ice:column>
 <ice:column groupOn="#{employee.office}">...<ice:column>

Unfortunately expansible row grouping does not fit to me!

icefaces row grouping

CelinHC
  • 1,857
  • 2
  • 27
  • 36

1 Answers1

3

In PrimeFaces before 6.0.11 this is not possible. In 6.0.11 or 6.1 and up it works. It was implemented as a feature request: https://github.com/primefaces/primefaces/issues/39

Kukeltje
  • 12,223
  • 4
  • 24
  • 47