views:

124

answers:

2

Hi

I was trying to use the pager plugin that comes with the tablesorter plugin but I can't get it to work as you can see from my previous post http://stackoverflow.com/questions/2836680/need-help-with-jquery-tablesorter-pager-plugin.

I given up on this plugin as no one can seem to come up with a solution how to make it work and I kinda need to get this place soon.

So now I am looking for a new one but it must have the following features.

  1. Work on tables
  2. Work on tables that have the tablesorter 2.0 plugin on it( so I don't want a pager plugin that comes with its own table sorter since I don't want to change that. It should be a standalone pager plugin).
  3. Be able to add rows dynamically to the table and some how update the pager so this row now becomes part of the pager.

Thanks

A: 

JQGrid

CodeToGlory
+1  A: 

I like DataTables.net

BradBrening
That looks like some crazy plugin but right now it looks like it is too much work to switch over.
chobo2
I had the same issue with you, except I also had the TableSorterFilter plugin on top of TableSorter and TableSorterPager. I ended up having to modify the plugin code to be able to dynamically add rows. Now THAT was a lot of work! :)
BradBrening
Hmm. Ok I am trying DataTables.net and it was pretty fast to get the basic version up. I still don't know how to use "fnAddData" api call. I want to add a table row(all rendered in html) to it. I am not sure how the example seems to break it up into columns. I just want to add a completed row.
chobo2