theoreticsinc / jquery-datatables-editable

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

misaligned columns in the server side processing mode #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download the latest trunk (today)
2. replaced the previous jquery.dataTables.editable.js with it.

My code uses server_processing BTW

What is the expected output? What do you see instead?

1. editable columns are misaligned now i.e. the edited column values are 
applied to the previous column. 

To fix, I add an additional line:
            /*image*/ null,  

i.e. new code:
                      "aoColumns":[
            /*image*/ null,  
            /*image*/ null,  
            /*taskid*/ null,  
            /*state*/   { indicator: 'Saving State...',
   <snip>

What version of the product are you using? On what operating system?
latest trunk downloaded today:

* Version:     2.0.2

Original issue reported on code.google.com by yfn...@gmail.com on 23 Sep 2011 at 8:13

GoogleCodeExporter commented 8 years ago

Original comment by joc...@gmail.com on 24 Sep 2011 at 6:03

GoogleCodeExporter commented 8 years ago
Hi,

I think that I have succeeded to reproduce the bug. Please take the verion 
2.0.4. where it is fixed.

Jovan

Original comment by joc...@gmail.com on 29 Sep 2011 at 8:38

GoogleCodeExporter commented 8 years ago
Jovan, thanks, I confirmed that it's also fixed in 2.0.5.

Original comment by yfn...@gmail.com on 30 Sep 2011 at 2:53

GoogleCodeExporter commented 8 years ago

Original comment by joc...@gmail.com on 30 Sep 2011 at 3:02