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

Added ability to hide/unhide columns from column popup menu #103

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

chanon
Copy link
Contributor

@chanon chanon commented Sep 20, 2019

Not completely sure I did everything right, but what I have done here is add "Hide Column" and "Show Columns" to the right click popup menu for column headers.

image

Hide Column will hide the column from display.
Show Columns will allow to show hidden columns or hide other columns.

It adds an optional 'hidden' property to the Column type (which gets saved ... I didn't know where else I could put it).

Since some of my sheets have a lot of columns, I figured being able to hide some that I'm not interested at the moment would make it more convenient and easy to see the contents of the columns that I am interested in at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant