RambosRide

Results 3 comments of RambosRide

Unfortunately not in the current version, although it sure would be a nice Add on :) If you're up to it you can clone the pager, and place the clone...

Sorry for very late reply - no, trying to start a new business don't have time.

This should change your page size, no need to do anything else. $('[data-page-size]').on('click', function(e){ e.preventDefault(); var newSize = $(this).data('pageSize'); FooTable.get("#fooTable").pageSize(newSize); });