jquery
Problem Solving: JQuery Pagination not working for next page
Problem Statement
I have used the jquery pagination that i have posted before. It was great tool but i have encounter some problem when deploying it to one of our client
Causes & How to solve it
1. You must ensure that you have followed the table structure by using <thead></thead> and <tbody><\tbody>
2. Remove Limit option in pager.
Set Default Value for Pager JQuery plugin and Page Peel Plugin
Previously i have posted links for table pager using tablesorter pager plugin, however when i used it i found that i need to change the default value for different clients when first load.
This is how to do it:
Find these code
this.defaults = {
size: 10,
offset: 0,
page: 0,
and replace size with your choice. Example for me is size=4.
Thats all!
And while searching a solving for jquery pager plugin, i found out few interesting jquery plugins such as:
Page Peel
http://www.smple.com/pagePeel/
A simple but yet very easy page peel plugin. Just like the popular peel used by internet marketers…
Jquery Table Sorter, Pagination and Expandable
Below is jquery plugin that you could use to Table Sort, Page and Expand Data
Table Sorter: http://tablesorter.com
Table Pager: http://www.novell.com/communities/node/8797/jquery-tablesorter-pagination-and-sorting-made-simple
Expand Table: http://www.pengoworks.com/workshop/jquery/tablesorter/tablesorter.htm


