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
Copy file name to clipboardExpand all lines: docs/src/routes/docs/[...3]plugins/[...2]add-sort-by.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,12 @@ Takes an [Event](https://developer.mozilla.org/en-US/docs/Web/API/Event) and ret
45
45
46
46
_Defaults to multi-sort on shift-click_.
47
47
48
+
### `toggleOrder?: ()[]`
49
+
50
+
Allows customization of the toggling order. This cannot contain duplicate values. Set this to `['asc', 'desc']` to disable toggling to an unsorted column.
0 commit comments