Ok, I have tried to solve this issue for few hours without any
success. I have latest Jquery, TableSorter and Pager files. This is
whats going on. when I use table headers to sort its working flawless
but when I use Pager (at the bottom, page navigation and table size) I
am getting Javascript error "unidentified is null or not an object"
which is pointing to Pager script (jquery.tablesorter.pager.js). In
the script it seems like table.config is turning out to be
"unidentifed" in the error I mentioned above here is an example:

function setPageSize(table,size) {
                                var c = table.config; //This is where the error 
is!!!!!
                                c.size = size;
                                c.totalPages = Math.ceil(c.totalRows / c.size);
                                c.pagerPositionSet = false;
                                moveToPage(table);
                                fixPosition(table);
                        }

it cannot solve table.config. but in jquery.tablecorter.js it seems to
be working fine, I mean table.config. None of the pager navigations
are working when I have a page consists of common page headers and
body templates, when I remove everything from the top (all the tables
and menu, etc.) it works but with the same error!!!

Could anyone PLEASE let me know if there is a solution.

Thanks.

Reply via email to