Problem with aasorting
Problem with aasorting
Hi Allan,
A am very new to this. I was tring to explore the aaSorting option on a string type column where data contains like
_ABC
123
12ABC
ABCD
Here after ascending sorting, by default now it is coming in the following sequence
Number
Special Characters
Alphanumeric
Alphabet
I want to get result in the following sequence
Special Characters
Number
Alphanumeric
Alphabet
Can you please help me to achieve this.
Regards
TKB
A am very new to this. I was tring to explore the aaSorting option on a string type column where data contains like
_ABC
123
12ABC
ABCD
Here after ascending sorting, by default now it is coming in the following sequence
Number
Special Characters
Alphanumeric
Alphabet
I want to get result in the following sequence
Special Characters
Number
Alphanumeric
Alphabet
Can you please help me to achieve this.
Regards
TKB
This discussion has been closed.
Replies
Is there any way we can sort columns in following order
-Special Characters
-Number
-Alphanumeric
-Alphabet
Thanks.
Docs: http://datatables.net/development/sorting
Examples: http://datatables.net/plug-ins/sorting
Allan