extending tablesorter pager
Hi,
I'd like to know how could I extend without hacking tablesorter pager
plugin to use a different approach of page selection. Instead of using
First, Previous, Next and Last and the text input for reference, I'd
like to have a dropdown menu with all available pages and the user
could just click that to access. This would also dynamically change
when page size is changed.
I pretty much can do everything if I can inject the selected page
number and trigger the moveToPage() from somewhere inside my
scripts...
Thanks,