When I use jeditable and colreorder functions simultaneously the cell editors do not switch correctly and get overridden.
My table has 4 (identity,startDate,name,status) columns and each column has a different custom editor attached to it through the jeditable plugin.
editors used on columns before colreorder is done : (identity:text,startDate:date,name:textarea,status:dropdown)
Now lets say i use colreorder on this table and when i drag column no 3 on to column no 2 then after the fnDraw completes the column 2 has the editor type of textarea but the column 3 now also has the editable option of text area. So basically the column editors do not move along with the colreorder.
editors used on columns after colreorder is done : (identity:text,name:textarea,startDate:textarea,status:dropdown)
Any help is appreciated :)
Thanks in advance.
My table has 4 (identity,startDate,name,status) columns and each column has a different custom editor attached to it through the jeditable plugin.
editors used on columns before colreorder is done : (identity:text,startDate:date,name:textarea,status:dropdown)
Now lets say i use colreorder on this table and when i drag column no 3 on to column no 2 then after the fnDraw completes the column 2 has the editor type of textarea but the column 3 now also has the editable option of text area. So basically the column editors do not move along with the colreorder.
editors used on columns after colreorder is done : (identity:text,name:textarea,startDate:textarea,status:dropdown)
Any help is appreciated :)
Thanks in advance.