Row grouping show all result in a group
Row grouping show all result in a group
Hi community,
I am having a challenge in row grouping. Would you help solve this? Here's my scenario.
I make the row grouping work. with pagination. It's good, it's working fine. But what's happening is for example,
I have 100 apples.
So in first the first page, I can show, only 10 apples. So the group will show apples(10). In the next page it will also show the same.
Here's what I want to achieve. Can I show all apple at once? So the group will show apple(100). It's like the page will adjust. If I have 100 apples and 30 oranges, the first page will show 100 apples and the second page will show 30 oranges. Is this doable?
Thank you so much. I appreciate it.
Answers
It is like my pagination is based on row group. The first page is group 1, page 2 is group 2. Something like that. I hope you can help me achieve this. Thanks!
Rather than using RowGrouping, I would actually suggest using a search. For example you could use the alphabet search as the basis for this (obviously changing the letters to be words such as
Apple
,Orange
, etc.Allan