Merge branch 'working' of github.com:Mottie/tablesorter into working

This commit is contained in:
Mottie 2014-09-30 17:24:50 -05:00
commit 509c9f7065

View File

@ -182,6 +182,10 @@ tsp = ts.pager = {
tsp.enablePager(table, c, false); tsp.enablePager(table, c, false);
// p must have ajaxObject
p.ajaxObject = c.widgetOptions.pager_ajaxObject;
p.ajaxObject.url = c.widgetOptions.pager_ajaxUrl;
if ( typeof(wo.pager_ajaxUrl) === 'string' ) { if ( typeof(wo.pager_ajaxUrl) === 'string' ) {
// ajax pager; interact with database // ajax pager; interact with database
p.ajax = true; p.ajax = true;