Is it possible at all to set up a DataTable in PrimeVue where rowGroupMode is set to rowspan and groupRowsBy is done on multiple columns? For example:
Time and User always span the same number of rows.
Taking this as a starting example https://primevue.org/datatable/#rowgroup_rowspan.
Thank you in advance.

groupRowsByattribute is an array, so it is possible, have you tried separating it by comma?groupRowsBy="time, user"github.com/primefaces/primevue/blob/master/packages/primevue/…