Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
villafuerte
Partner Ambassador
Partner Ambassador

Remove menu from Straigt Table

Hi guys,

Do you know if it's possible to get rid of this icon? It makes the headers look clunky.

villafuerte_1-1759777464890.png

 

Labels (1)
2 Replies
robert_mika
Master III
Master III

You can hide it with:

robert_mika_0-1759804287363.png

 

 

.nebula-table-utils-head-menu-wrapper {
display: none !important;
}

Amit_Prajapati
Creator
Creator

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.