You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@beehive.apache.org by gu...@gli.ch on 2005/11/28 17:32:58 UTC

dataGrid Sorting/Filtering/Paging



To implement a sortable dataGrid, i've seen beehive supports with ui and
model. I guess the sorting algo needs to be implemented by the user
(implement a sort method for some actions).
How beehive solves the problem of showing the page with the actual item in
the list after sorting or filtering? e.g showing page 3/3, append
filter, ->> showing page 2/2. Or after sorting, show the page with the last
marked (however) item.
 
best regards