react-admin icon indicating copy to clipboard operation
react-admin copied to clipboard

ra-preferences deprecated, but no upgrade path for SelectColumnsButton?

Open braco opened this issue 2 years ago • 2 comments

It seems like ra-preferences has been deprecated.

What happened to SelectColumnsButton and useSelectedColumns? The docs don't mention any upgrade path.

Thanks

braco avatar Jul 13 '22 16:07 braco

We plan to add them back in react-admin, hopefully in the next minor version

djhi avatar Jul 14 '22 05:07 djhi

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

braco avatar Jul 14 '22 11:07 braco

@djhi was this abandoned?

braco avatar Oct 05 '22 16:10 braco

@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.

slax57 avatar Oct 07 '22 08:10 slax57

See #8274 for the ongoing implementation

fzaninotto avatar Oct 18 '22 13:10 fzaninotto

Fixed in #8274

fzaninotto avatar Oct 26 '22 15:10 fzaninotto