tablesorter with pagination?  And a search option?

The tablesorter plugin (http://tablesorter.com/docs/) works well for most my needs.

I haven't had to implement pagination yet, but I've seen a few plugins for this, and have heard of some combined with tablesorter.

The search option needs more details. Do you want to search the contents of the table on screen? Or search on the server side which then creates/replaces your table of data? Either way, I think this can be accomplished without a plugin and very little code. A simple text box where you capture the keypress events and look for the enter key (or make use of a "go" button beside the textbox). Then this triggers an ajax call to update your table...

But, I recall seeing a more comprehensive plugin that combined all this - I think they called it "data grid" or something similar. It was overly complex for my needs, but might suit your's....

Hope that helps.

Shawn

bharani kumar wrote:
Hi all ,

Am looking one plugin must statisfy all my need , below is my need ,

Can u please tell me , which plugin is suitable for my requirement ,

* *

        

*                         Search Box*

*                                                   Pagination *

*S.No(table sort)*

        

*Subject(sort)*

        

Date(sort)

*1*

        

Subject 1

        

09-08-1984

* *

        

        

* *

        

        

* *

        

        

* *

        

        

* *

        

        

* *

        

        





Thanks in advance
B.S.Bharanikumar

POST YOUR OPINION
http://bharanikumariyerphp.site88.net/bharanikumar/

Reply via email to