vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.72k forks source link

Reseting editable value after table ordering #1004

Open djovanov opened 7 years ago

djovanov commented 7 years ago

Hi,

I think i have found a bug when editable values are used in bootstrap table with order and pagination option activated. Editables value are resetted to primary value after i ordered the bootstrap table. Consider the jsfiddle : http://jsfiddle.net/djovanov/50oosr2j/

To reproduce the issue: 1/ I edit the status cell of the line 2 and i set "Deleted" value. 2/ I click on ID column to order by ID values. 3/ The "deleted" value was reseted by the primary value, "Blocked"

Thanks