material-table-core / core

Datatable for React based on material-ui's table with additional features. Support us at https://opencollective.com/material-table-core
https://material-table-core.github.io
MIT License
296 stars 146 forks source link

bug: grouping not working #736

Closed DavidLemayian closed 1 year ago

DavidLemayian commented 1 year ago

Grouping by dragging column is not working > 6.1.8

Demo: https://codesandbox.io/s/react-forked-eywb8o?file=/src/App.js

Related: https://github.com/material-table-core/core/issues/727#issuecomment-1407677555

Domino987 commented 1 year ago

Seems like draggable changed the id to force it to be a string. Will be fixed with the next release

DavidLemayian commented 1 year ago

@Domino987 yes! this also fixes another bug I was seeing with grouping. Thank you ❤️