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

error when trying to group by column #727

Closed andrei10k closed 1 year ago

andrei10k commented 1 year ago

hey

try to group by word column in the link below. you'll see this error: undefined is not an object (evaluating 'newGroup.grouping')

https://codesandbox.io/s/material-table-starter-template-forked-u58ig6?file=/src/index.js

Thanks

arulprabhin commented 1 year ago

image Same Here! image

Domino987 commented 1 year ago

Should be fixed with the next release

andrei10k commented 1 year ago

ty

andrei10k commented 1 year ago

@Domino987 this is still not fixed. not the grouping is not working atunci all. drag a column in the group by section and is not added

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