Remove Toogle Columns Button?

Is there a way to not have the toogle columns button show up when hidding a column?
image
I made my own toggle Because i want to remove the empty space above the table that is created by the toggle columns. But once one column is hidden the toggle columns button shows up again.

NVM i found the solution using css.

css=[{“selector”: “.show-hide”, “rule”: “display: none”}]

worked for me