How to reset group by? #2237
Unanswered
Kavimugilan17
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI,
I am using toggleGroupBy.
I want to remove previous group by state.
Code:
React.useEffect(() => {
toggleGroupBy(groupBy, true);
}, [toggleGroupBy,]);
Beta Was this translation helpful? Give feedback.
All reactions