So I have a table that have alpha-numeric values for example:
8980
1100
A1100
BA200
I want it to sort it in a numeric order fashion first and then in alpha-numeric fashion e.g.
1000
8980
A1100
BA200
Found some help here but not exactly the thing I am looking for: http://datatables.net/forums/discussion/367/bug-sort-number-column-and-stype
Is there a way to achieve this using any API?