ec2instances.info icon indicating copy to clipboard operation
ec2instances.info copied to clipboard

Ability to save column selection

Open fillest opened this issue 5 years ago • 2 comments

Each time I open ec2instances.info (quite regularly), I have to enable and disable the same set of columns. Would be great if one could save the columns somehow, e.g. via url query, and it would also allow sharing.

I see there's a lot of feature requests, I could probably try to implement this one myself, can you please give some guidance where to start?

Thanks for the project! It's very convenient, removes the frustration with aws instance choosing.

fillest avatar Aug 14 '18 16:08 fillest

Great idea! The url_for_selections() method in default.js is a good starting point. You'll see that many actions taken on the site can cause the URL to change without needing to reload the page.

powdahound avatar Aug 15 '18 00:08 powdahound

I also would love to have this feature :)

davidsbatista avatar Aug 23 '18 10:08 davidsbatista

@fillest @davidsbatista this works now. column visibility is saved to local storage

EverettBerry avatar Jan 22 '23 14:01 EverettBerry

wow, thanks - I even had forgotten about this :)

davidsbatista avatar Jan 22 '23 14:01 davidsbatista