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

Update row by rowid error #134

Open 4A0E opened 8 years ago

4A0E commented 8 years ago

I an unable to update row by primary key instead of row index. Reason being, once deleted the rows after the deleted row are out of alignment and updates are made to misaligned cells based on rowid. New to this so if there is any guidance thanks in advance.