Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Hide or remove the hamburger button

Chronos
Tera Contributor

Hi Everyone ,

Is there a way to hide or remove the "hamburger button" ?

find_real_file.png

1 ACCEPTED SOLUTION

Markus Kraus
Kilo Sage

You can do it per-page where data table widgets are used (shown below). If you want to affect all data table widgets across the platform you can instead use a CSS dependency (open the OOTB data table widget and add a new CSS dependency).

"Per-Page Way":

Add this to the page specific CSS:
find_real_file.png

 

Result:
find_real_file.png

View solution in original post

8 REPLIES 8

As stated, OOB this is not possible. You would need to clone the widget and modify it to your needs

This is possible OOB, simply add a CSS dependency on the widget. No need to clone!

Markus Kraus
Kilo Sage

You can do it per-page where data table widgets are used (shown below). If you want to affect all data table widgets across the platform you can instead use a CSS dependency (open the OOTB data table widget and add a new CSS dependency).

"Per-Page Way":

Add this to the page specific CSS:
find_real_file.png

 

Result:
find_real_file.png

Great solution - I always forget about using CSS for this!