1

We are currently migrating our application which was written in richfaces to primefaces.

I am looking for alternative for rich:extendedDataTable in primefaces. the extended data table does something like this rich extendedDatatable

is there a way to achiveve this in primefaces with p:dataTable?

Melloware
  • 10,435
  • 2
  • 32
  • 62
user1734698
  • 157
  • 2
  • 2
  • 17

1 Answers1

0

From looking over the RichFaces ExtendedDatatable I think the PrimeFaces Extensions Sheet component is what you are looking for. From what I can see it does almost everything that Extended Datatable does except Live Scroll.

Melloware
  • 10,435
  • 2
  • 32
  • 62