Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make show/hide column changes permanent #211

Open
jarora11 opened this issue May 26, 2020 · 2 comments
Open

Make show/hide column changes permanent #211

jarora11 opened this issue May 26, 2020 · 2 comments

Comments

@jarora11
Copy link

Hello,

Is there a way to enable the IP column by default on the web app? Currently you need to toggle it on, in the show/hide columns button. But this seems to be relevant to the current session scope only. Is there a way to make it permanent? I tried looking for some config files in the web-app to make this permanent. But couldn't really find anything.

Thanks.

@robertcheramy
Copy link
Collaborator

robertcheramy commented Jun 12, 2024

Currently, this is hardcoded in nodes.haml (datatables javascript).
There are no configuration files for oxidized-web, maybe it could be integrated in the oxidized-configuration.
I've got no time for this enhancement.

@Haeki
Copy link

Haeki commented Jan 22, 2025

Instead of integrating it into the oxidized-configuration we could save the selection in the browser localStorage. This way it would remember the selected columns even when restarting the browser. New users would still have to select their preferred columns once but I think that would be an improvement already.

I will look into implementing this if I find the time.

@github-actions github-actions bot removed the Stale label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants