webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
796 stars 271 forks source link

Row for inserting data #15

Closed zaxeffect closed 11 years ago

zaxeffect commented 13 years ago

I was wondering if I could get some help (code) in :

  1. to have a row at the end of the table with textboxes and dropdowns for the respective cells and an insert button instead of the delete button, so if i write values in those textboxes and click the insert button, the row gets inserted with auto ID. just like somewhat the ASP.NET gridview.
  2. Is there any support for JSON data type. I mean binding the table to JSON Data.
  3. the grid does not support multiple choice values. it only supports single choice with dropdown. Are you considering this in your next version.