Fix: getCanGroup always resolving to true#4843
Conversation
|
@mozzerbob i can see the fix above, im using "@tanstack/react-table": "^8.10.3", and still having this issue. has this fix been released? @KevinVandy i noticed you have this option in your materialTable, how did you get it to work correctly? |
It never got merged, its waiting for a maintainer approval. |
|
Is it possible to get this merged? This function always returns true, even when enableGrouping is false. |
☁️ Nx Cloud ReportCI is running/has finished running commands for commit b33ce23. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
Small update to getCanGroup. It would always resolve to true and ignore the rest of the statement.
Fixing issue #4809.