Reputation: 7325
I am looking for a jquery plugin + css that would display comments in a list, and also allow basic functions such as insert, delete, update. Something maybe like current stackoverflow comment section.
Thanks
Upvotes: 0
Views: 511
Reputation: 6955
You can look into jquery datatables http://datatables.net/
As well as jqGrid http://www.trirand.net/demoaspnetmvc.aspx
These are the 2 big jquery table plugins which interact with serverside processing to do CRUD operations.
datatables has better customizations as far as clientside bells and whistles where as jqgrid is a little harder to make look as pretty but can do some pretty good serverside interaction from what I understand.
Upvotes: 1