mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Merge branch 'working' of github.com:Mottie/tablesorter into working
This commit is contained in:
commit
509c9f7065
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user