Allow users to hide columns in the inks table
ujh opened this issue · 2 comments
The tables are pretty wide and there's already code in place to hide columns when there's no data in any of them. I recently had the request for hiding some of the data and it might be worth looking into letting users pick which columns to hide, e.g. someone wanted to hide the "usage" and "daily usage" columns.
We can build on the same setup as for card vs table layout, and use localhost to store preferences.
There's the option of small forms in dropdowns, for instance a list of switches.
I made a small demo of how it could look with a settings-dropdown for the table view. The same settings can be used also in the card view if we'd like. Another option is to hide the settings dropdown for the card view.
Oh, I like that. I have nothing against doing the same in the card view, too, if it's simpler.