Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
Do you know if it's possible to get rid of this icon? It makes the headers look clunky.
You can hide it with:
.nebula-table-utils-head-menu-wrapper {
display: none !important;
}
Hi @villafuerte , If you want to just hide the icon but it work when you click over there then you can use the below in your sheet - > custome system as @robert_mika mentioned.
.nebula-table-utils-head-menu-wrapper {
display: none !important;
}
Note : It will be application only for the respective sheets where you mention.To implement in all sheets you can add the same properties in theme.