sort on alphanumeric column of datatable clir

sort on alphanumeric column of datatable clir

sarraarfaouisarraarfaoui Posts: 1Questions: 0Answers: 0

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

  • kthorngrenkthorngren Posts: 21,343Questions: 26Answers: 4,954

    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

Sign In or Register to comment.