In a dash_table DataTable, when columns have the ‘hideable’: True property set, a “Toggle Columns” button appears above the table and an “eye” visible action button appears above the column.
I would like to declutter my column headers and remove the individual action buttons for hiding the column, since the “Toggle Columns” button drop-down can select the columns anyway. The main advantage for usability is it makes it easier to click on the “sort” action button without accidentally clicking on the “hide” action button.
Is this possible, perhaps with some CSS trickery or in the “style_cell_conditional” property?
Thanks for the help!