Hi there,
I have a question about a high level customization on the grid. We have a feature to page the table by attributes, no the maxPage settings. That means to page by different column attribute values, if column[0] contains 'A,B,C‘three values and totally to be 10 records(A-5,B-2,C-3). The page by attribute column[0] result will be 3 pages: first page with A, 5 records; second B, 2 values; third C, 3 values.
Seems like I need to use the jmesa API and do the paging/sorting manually. But I have no idea about how to do the trick, any suggestions and good innovation ideas?
Thanks,
Mark