Im trying to use the TableSorter plugin with pagination: (http://
motherrussia.polyester.se/pub/jquery/demos/pager/)

However I want to change PageSize Dynamically from a pull down menu.

currently Im trying this:
<select class="nice" id="freedom"
onchange="$.tablePager.params.pageSize = this.value;">
 <option value="5">5</option>
 <option value="10">10</option>
 <option value="20">20</option>
 <option value="30">30</option>
 <option value="40">40</option>
 <option value="50">50</option>
</select>

now how do I simply re-execute the paging or tablesorter so that it
realizes the param has changed immediately?? this is the page:

https://www.benfund.com/sandbox/jquery/pager.htm

Reply via email to