RowGroup and Pagination: Counting groups as one row

RowGroup and Pagination: Counting groups as one row

beginner_beginner_ Posts: 55Questions: 2Answers: 0

I have complex data to display and need to group them to prevent repetition of same values. Anyway RowGroup was easy enough for basic setup. What I now want is to count a top level group as single row. So with pagination set to 10, I would see 10 full groups. This solves the issue of large groups being split over multiple pages but it's also what the user expects, eg that top level group is 1 entry.

Is this possible and if yes how?

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    Hi @beginner_ ,

    That's not possible, I'm afraid. The pageLength refers to the number of rows, not the groups. You might be able to modify the code to support that, but it's something that isn't currently supported.

    Cheers,

    Colin

This discussion has been closed.