jquery - Loading ajax data on scroll instead of pager with TableSorter -


currently using tablesorter loading data server. default function pager uses load new data server , discard what's there in page. implement unlimited scroll.

i looking @ widget-paper.js

if ( $.isfunction( wo.pager_ajaxprocessing ) ) {               c.$tbodies.eq( 0 ).empty(); 

c.$tbodies.eq(0).empty() - function handles ajax request. removed below code , works fine messes other stuff. can or may have implemented ? not looking use datatable now. can


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -