numeric-html auto detection can't work (patch)

numeric-html auto detection can't work (patch)

bwlangbwlang Posts: 20Questions: 0Answers: 0
edited November 2010 in Plug-ins
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 )
This discussion has been closed.