You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "order" attribute can be empty in two cases:
- when setting "ordering: false"
Reference: https://datatables.net/reference/option/ordering
Related: #107
- with DataTabbles 2.0
> Columns can now have three ordering states - asc, desc or data index order (specified by an empty string). The columns.orderSequence option has been updated to make use of this, so the third ordering on a column will now take it back to the index order, rather than returning to the first direction.
Reference: https://cdn.datatables.net/2.0.0/
Related: #156
0 commit comments