[jQuery] Re: TableSorter Pagination: Move pagination to top

2009-02-20 Thread ijlal
I had the same problem. and i resolved it using these steps. edit the "tablesorter.pager.js" and in the function function fixPosition(table) { var c = table.config; if(!c.pagerPositionSet && c.positionFixed

[jQuery] Re: TableSorter Pagination: Move pagination to top

2008-11-10 Thread ripcurlksm
no I am not using drupal, its a page I made using PHP and MySQL bharanikumariyerphp wrote: > > hi , r u working in Drupal > > On Mon, Nov 10, 2008 at 1:20 PM, ripcurlksm <[EMAIL PROTECTED]> > wrote: > >> >> >> ... still working on this.. it appears that the pagination div is >> relatively >

[jQuery] Re: TableSorter Pagination: Move pagination to top

2008-11-10 Thread bharani kumar
hi , r u working in Drupal On Mon, Nov 10, 2008 at 1:20 PM, ripcurlksm <[EMAIL PROTECTED]> wrote: > > > ... still working on this.. it appears that the pagination div is > relatively > positioned, so that if you have 10 results set to show, it will assume the > vertical height that 10 rows would

[jQuery] Re: TableSorter Pagination: Move pagination to top

2008-11-09 Thread ripcurlksm
... still working on this.. it appears that the pagination div is relatively positioned, so that if you have 10 results set to show, it will assume the vertical height that 10 rows would take up.. as a result, if your last page only shows 5 rows remaining, it will still assume that 10 rows are pr