mbrn / material-table

Datatable for React based on material-ui's table with additional features

Home Page:https://material-table.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to display only certain columns by default and allow the user to toggle their appearances by using the columns button

kisyok opened this issue · comments

Guidelines

  • Please try to be as detailed as possible

  • How to display only certain columns by default and allow the user to toggle their appearances by using the columns button? If I set hidden property to true, the column is hidden from the columns button as well. As you can see in the image below, I set a column called id to hidden and this causes the option id in the columns button to be hidden as well.

image

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You can reopen it if it required.