3

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:

  • TableKit, using Prototype, last update july, 2008
  • tableEditor, recomends using jQuery 1.0.3
  • phpMyEdit, last update around 2009, server-side, but sends the params that need to be edited through GET, and I need to edit textareas also
  • MySQLAJAXTableEditor, server-side, looks good, not sure about it
  • jEditable, edits everything, not only tables, last update 2009
  • SmartGrid, looks very old

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

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
ekstrakt
  • 900
  • 1
  • 12
  • 28
  • A comment just for future references: I modified TableKit (mixing together Prototype and jQuery), and it was pretty fine for using. – ekstrakt Feb 17 '12 at 01:12

1 Answers1

1

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

Jake Feasel
  • 16,785
  • 5
  • 53
  • 66