You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to add a feature to hide columns in the table
UI:
[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
The text was updated successfully, but these errors were encountered:
Need to add a feature to hide columns in the table
UI:
[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:
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 componentThe text was updated successfully, but these errors were encountered: