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

issue with attach to html table and sort #23

Closed remip closed 12 years ago

remip commented 12 years ago

Hi

the value of the cell you edit is wrong when you attach to an html table and sort a column.

To reproduce, go to :

http://www.editablegrid.net/editablegrid/examples/attach/index.html

the first line is :

Duke Patience 33

Sort by Name,

the first line is now :

Belletoise André 31

if you edit the first line age (31) the value is changed to 33 in the field

It seems that after sorting a column, the data are still the ones from the unsorted table

webismymind commented 12 years ago

Probably introduced in 2.0. Will look into it ASAP.

webismymind commented 12 years ago

Fixed in ab38d28d3e74dc996fa9a8bc658b19cc6562371d

pkalwar commented 11 years ago

This issue still exists in version-2.0.1 (pl see issue # 35)

webismymind commented 11 years ago

Please use the up-to-date sources from the Git master branch.