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

Editing after sorting edits wrong values (urgent) #35

Closed pkalwar closed 11 years ago

pkalwar commented 11 years ago

You sort on a column so that it changes the rows order, and now try editing some cell, it gives wrong value in the cell to edit - not the value of the cell after sorting, but value of that cell before sorting (initial load).

In version-2.0.1. The AttachHtml example also exhibits this issue (http://www.editablegrid.net/editablegrid/examples/attach/index.html).

Same issue was reported 9 months ago (issue # 23), it still exists.