Page 1 of 1

Datatable rowGroupMode="rowspan" to have 2 rowspan columns

Posted: 22 May 2020, 09:01
by registprime
Hi,

In the Datatable rowgroup documentation, there is a demonstration of rowGroupMode="rowspan" (last Datatable example). https://www.primefaces.org/primereact/s ... e/rowgroup
The rowspan example provided in the documentation only has 1 column rowspan which is "Brand".

My requirement is that I need to have two columns rowspan. That is, looking at the rowspan example in the link above. "Year" column should also be grouped like "Brand" column.
e.g. The "Brand" and "Year" columns should be rowspan.

Is it possible to have two columns rowspan with PrimeReact DataTable?

Thank you,