Javascript – How do I make columns hidden by default in MaterialTable?
my MaterialTable has a lot of columns and some of them are not necessarily needed to be displayed at all times. I want to make them hidden unless selected by user I tried adding hide: true property to the column…