theoreticsinc / jquery-datatables-editable

Automatically exported from code.google.com/p/jquery-datatables-editable
0 stars 0 forks source link

Editing rows don't change back if applied sorting. #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The following steps will reproduce the problem
1. select cell for sorting
2. apply sorting such that the cell will not be shown.
3. select another cell for editing.
4. if you try to view all the entries in the table, you can see that you are 
editing two cells.

I think this is because that the jeditable plugin(or other; to edit obviously) 
consider only the visible rows in the table.

PS: The jeditable plugin is the only one i have seen so that is why i jumped to 
conclude that this is the plugin used here.

Original issue reported on code.google.com by nashp...@gmail.com on 3 Oct 2011 at 9:26

GoogleCodeExporter commented 8 years ago
Hi,

You are right but this is known issue. I cannot detect cells in the editable 
mode and force them to revert back into the normal mode especially if 
DataTables event such as filtering or sorting occurs. I cannot control 
DataTables events so this is a "gray area" of integrations.

Regard,
Jovan 

Original comment by joc...@gmail.com on 3 Oct 2011 at 8:39