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

Add column hiding feature #290

Open
4 tasks
josh-griffin opened this issue Oct 19, 2021 · 1 comment
Open
4 tasks

Add column hiding feature #290

josh-griffin opened this issue Oct 19, 2021 · 1 comment

Comments

@josh-griffin
Copy link
Contributor

Need to add a feature to hide columns in the table

UI:

image

[It annoys me that the checkboxes in the modal have a different border to the checkboxes in the table - also the alignment of the buttons and columns of checkboxes/title feels off 🤣 ]

Implementation:
Should just need to change the columns, I think..

Tasks:

  • Might need to add a new button for the Columns button itself in the toolbar. It looks like a baby flat button.
  • I think I want to create a SettingsModal for a simple layout of checkboxes and buttons. Not sure that name is nice or if it will be used elsewhere so maybe not a good idea. Possibly just a checkbox group component
  • Have the modal update button actually effect the columns in the table
  • Would be good to save which rows are hidden in local storage somewhere? Possibly to save to the server against the user at some point
@josh-griffin
Copy link
Contributor Author

has been mentioned that this can be pushed to v2

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

1 participant