Set specific page

Set specific page

Klaus544Klaus544 Posts: 1Questions: 0Answers: 0
edited April 2014 in General
Hello

I have a DataTable with pagnation and two group of rows, looks like:

row 1 A
row 2 A
row 3 A
row 4 A
row 5 B
row 6 B

The group is always sorted, above the rows of group A and below the rows of group B. What I need is a method that set the page where the last row of group A switch to first row of group B. I thought about somethings like a ID on the first row of group B. And then switch on that page where the ID is. Would be nice if someone could help me with that case.
This discussion has been closed.