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
795 stars 272 forks source link

Fixes Stackoverflow Error #98

Closed driverpt closed 9 years ago

driverpt commented 9 years ago

Fixed a bug where infinite call stack happened if we tried to append a new Row to an empty table.