1
votes

please refer this link https://www.primefaces.org/primeng/#/table/rowgroup rowspan example. when trying to add select feature to the table the row selection is not proper. help me out of this.

here is the link stackblitz just try selecting the rows that are combined.

Thanks in advance. Happy coding :)

1
apply row span according to the number of sub-data. can't say anything more without your code.AmiLinn
@AmiLinn added the link for exampleDimple

1 Answers

1
votes

There is an attribute dataKey which takes a column field value.

Here we need to give dataKay value based on which column we are grouping the data.

here is my updated stackblitz