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

Error when there is a gap between the ID number #70

Closed vjcold closed 9 years ago

vjcold commented 10 years ago

Hi there,

Thank you for your sample project. its very useful for my proj and its awesome. but i encountered problem when updating the row with gap between ID number.

Sample ID 1 2 5 6 7

Updating the cell with corresponding ID will not update the same row but it will update depends on how many gaps ID your table has, so it will not update the same row rather the lower row.

Can you please help me regarding this issue sir.

Hope you understand the issue i encountered. Peace and god bless.

VJ