Kevin Van Cott

Results 302 comments of Kevin Van Cott

It won't be solved until a big internal column virtualization refactor. For now, column header groups cannot be virtualized.

@codecalm @timheerwagen Any chance this gets fixed? Kind of afraid that in order to fix this for mantine-react-table, I'll have to just embed the svgs in the codebase instead of...

> This not only affects the DEV mode. It also affects the production bundle. Even more critical because it's a silent failure. @lukasbash All other reports are that in only...

@josephsavona I'm actually a bit disappointed to find that hook factories seem to be unsupported in the React compiler, as they have otherwise always have seemed to work. A major...

Also, since we're still in beta, we could just totally replace the current scrolling setup and just go with the stock mantine one. It would be a minor (mostly non-breaking)...

You should probably do a full toolbar render override if you are importing MRT components already in use in the toolbar.

> I found this [example](https://www.material-react-table.com/docs/guides/toolbar-customization#add-custom-toolbar-buttons-components) in documentation. But I don't like it because I need also to override the bottom toolbar. Also my question is what is the role of...

This is somewhat expected when mixing those features. Virtualization works best when there isn't a ton of heavy components in each cell constantly mounting and unmounting.