custom filter with colreorder and colvis
custom filter with colreorder and colvis
Im cant get it working properly, when all columns are in place everything works but with active colreorder not anymore.
I'm using the code from filtering example: [code]$.fn.dataTableExt.afnFiltering.push(
function( oSettings, aData, iDataIndex ) {...[/code]
and my problem is in aData object. I cant figure out correct order of columns.
When debuging with firebug I can see that my desired column is moving around but I cant see logic here. Please help.
I'm using the code from filtering example: [code]$.fn.dataTableExt.afnFiltering.push(
function( oSettings, aData, iDataIndex ) {...[/code]
and my problem is in aData object. I cant figure out correct order of columns.
When debuging with firebug I can see that my desired column is moving around but I cant see logic here. Please help.
This discussion has been closed.