Multi col ordering does not work
Multi col ordering does not work
![jpeg00](https://secure.gravatar.com/avatar/356c9a93b75132b73fe77c95c51b850e/?default=https%3A%2F%2Fvanillicon.com%2F356c9a93b75132b73fe77c95c51b850e_200.png&rating=g&size=120)
I have a html clientside datatable, where only random columns when shift ordered work:
- Sorting by "Rating" and "Available QTY" - works
- Sorting by "Price" and "Available QTY" - does not work
- Other combinations work only randomly, most of the time (99%) they do not work
Is there some option I forgot to set or do I have to setup some custom "columns.orderData"?
Debugger: https://debug.datatables.net/usolil
This discussion has been closed.
Replies
In the official example the same issue seems to happen, am I maybe just misunderstanding the capabilities of that feature or how to use it?