Custom Sorting
-
I’m using TablePress and I installed the DataTables Sorting Plugin https://tablepress.org/extensions/datatables-sorting-plugins/
I have this weird situation right now. I’m using DataTables in my TablePress table with the sorting feature enabled.
Right now, these columns DO get sorted:
– Numbers with a letter at the end (5K, 10K) only
– Currency only ($5, $10)
– Numbers only mixed with text only (5, 10, Free)
– Numbers mixed with text in the same cell (5 Frees, 10 Frees)
So all of those get sorted, except:
– Numbers with a letter at the end and text only (5K, 10K, Free) – so this one doesn’t get sorted. What should I used to get it sorted?
I tried sorting them by the “natural” and “absolute” type, but it doesn’t work.
- The topic ‘Custom Sorting’ is closed to new replies.