ekstrakt
ekstrakt

Reputation: 910

Suggestion for AJAX/live edit of a HTML table

I'm looking for a library for live editing of HTML Tables (AJAX submit). I have forms for adding the records, but the thing is, I'm too lazy to create additional forms (or reuse the add forms with additional parameters) for everything that needs to be edited, and also there are no complicated calculations on the data that is presented in the table, so basically is just an output from one (or a few) database tables.

I searched for this kind of libraries, but almost all of the libraries are 2-3 years old, so I'm not really sure of using them, because of the advancement in the browsers.

I'm working at the moment in PHP, and I'm using jQuery, (so better if it is a plugin for it), not that it matters a lot. I don't mind using some other big library instead (Prototype, Mootools, ExtJS).

I'm open to suggestions on server-side (combined) too, if it is better.

So the options I checked so far (not tried, just browsed) are:

So, anyone had experience with this kind of stuff, pros/cons of live edit, and any suggestion of a library?

Upvotes: 3

Views: 1986

Answers (1)

Jake Feasel
Jake Feasel

Reputation: 16955

jqGrid is good, full featured, and gets frequent updates: http://www.trirand.com/blog/

Upvotes: 1

Related Questions