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

Add a "json" data type #13

Closed webismymind closed 11 years ago

webismymind commented 13 years ago

Columns can be declared of type "json".

The values in these columns will be automatically evaluated in Javascript.

Of course, such columns would probably need a specific renderer and editor.

Personal note: use this in Timetrack (theoretical amount) and NewsOn (contact lists).