react-admin
react-admin copied to clipboard
ra-preferences deprecated, but no upgrade path for SelectColumnsButton?
It seems like ra-preferences has been deprecated.
What happened to SelectColumnsButton
and useSelectedColumns
? The docs don't mention any upgrade path.
Thanks
We plan to add them back in react-admin, hopefully in the next minor version
thanks @djhi, do you guys keep a roadmap anywhere that maps these kind of issues? I'll need to back out of the upgrade I started on
@djhi was this abandoned?
@braco no it is not. We have made a (big) first step into adding this kind of feature back in react-admin (although in a different way) with this PR: https://github.com/marmelab/react-admin/pull/8145 Adding back selectable columns into Datagrid will probably one of the very next thing we will build on top of this. You can also try to add it on your side and submit it as a PR if this is a critical feature for you app.
See #8274 for the ongoing implementation
Fixed in #8274