Not case-sensitive ordering while client-side sort/filter by column header
Not case-sensitive ordering while client-side sort/filter by column header

Hello Everyone,
I have read https://datatables.net/forums/discussion/2829/not-case-sensitive-ordering this question answer but it's not work for me.
I have use DataTables 1.10.4 and unable to Not case-sensitive ordering (sort/filter) from Client-side data as like below.
A
B
C
a
b
c
Is it possible to order it
A
a
B
b
C
c
Thanks,
This discussion has been closed.
Answers
It does but default to a case insensitive sort - see this example.
If it isn't working for you, please link to a test case showing the issue, per the forum rules. I would also recommend updating to 1.10.12, the current release.
Allan