Forum OpenACS Q&A: Re: Using list-builder and order by

Collapse
Posted by Jon Griffin on
My paginator/table is not coupled to the html, it also allows sorting of the complete result set which the original doesn't (it only sorts the cached result set).
Also, mine was written without the need for caching and allows bindvars and many other features from the old procs rewritten to be not only faster but more flexible.
You can have multiple paginators on one page, and dynamically choose the size of the result set, so a user can see 100 records instead of 10 etc.
Brad Duell just updated some things so I will post a new revision with some new features today.