Replies: 1 comment
-
I can use the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm doing server side sorting and grouping, and to make life easier for myself I'm only allowing a single 'level' of sorting and grouping.
There's a great option with the sorting hook
disableMultiSort
, which is perfect. However it doesn't seem there's a similar option for grouping.Does anyone know of a way to intercept the grouping and force it to only allow/perform a single level of grouping?
Beta Was this translation helpful? Give feedback.
All reactions