numeric-html auto detection can't work (patch)
numeric-html auto detection can't work (patch)
it seems that autodetection for numeric html will never work...
since the normal html detection code always detects it first.
I think to make this work , the num-html type has to be added to the top of aTypes...
I've done with with unshift instead of push and I see my numeric column detected properly.
jQuery.fn.dataTableExt.aTypes.unshift( function ( sData )
since the normal html detection code always detects it first.
I think to make this work , the num-html type has to be added to the top of aTypes...
I've done with with unshift instead of push and I see my numeric column detected properly.
jQuery.fn.dataTableExt.aTypes.unshift( function ( sData )
This discussion has been closed.