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

fix: row id may be equal to 0 #147

Open DarkGenius opened 7 years ago

DarkGenius commented 7 years ago

In original source code row will be skipped, if id == 0 (because 0 be cast to false), but zero is possible value.

clue4gd commented 7 years ago

Can someone merge this pls!?