sort on alphanumeric column of datatable clir
sort on alphanumeric column of datatable clir
I have a problem in sorting on a clir inea datatable except that the datatable component that of it uses custumized js functions to do the sorting and never takes alphanumerics into account.
I tried to properly sort the stakes column (I was implementing an algorithm ) except that I noticed that this one overwrites the normal operation of the component which allows sorting for the other columns of the table.
there is any solution on clir datatable for sorting alphanumerics column??
Here is descending and ascending sorting
Replies
You can look through the sorting plugins to see if any match your needs. I've used the natural plugin for alphanumeric sorting and it works for my needs.
Kevin