Ticket #1743 (closed feature: wontfix)
Paginator Module
| Reported by: | RyanZec | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.2 |
| Component: | ui | Version: | 1.2.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
One area i think jQuery is lacking is in the pagination area. I have only found 1 pagination but all it does is page through divs that are hidden which is pretty limiting to me. I am in the process of designing and building a pagination plug-in for jQuery that will allow you to use Ajax to to pull data into that div you call the plug-in on. This is large designed for us of lists, for instance, say you have a CMS and you have 500 users. You don't wan to have to display all user as it might take a little time. You could use a pagination class for a server side language like PHP. While PHP is an ok option, i think javascript is the best options for something like this. I also think this would be a great addition to the jQuery UI package. Let me know if you would be interested in look at this plug-in when it is does just email me as
basire@…
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Hi RyanZec,
this module is not planned for UI. I believe pagination is something to individual to be solved by a UI suite. So anyway - feel free to commit your plugin to our plugins directory, I'm sure some people might be interested.
Thanks, Paul