I've a situation where I've multiple columnGroups inside my datatable and for each record I render one or more columnGroup depending on some business logic.
Now, since the number of rows in the datatable are different from size of my records list, how do I get total number of pages in the datatable, provided that the number of rows per page is some fixed number let's say 60.
I need that number for my custom datascroller.