- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2022 08:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2022 02:10 AM
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:
Result:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2022 08:07 PM
Hi,
Why to hide? Is it a business requirement?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2022 08:29 PM
Yes, Is it a business requirement

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2022 08:32 PM
The OOB widget-data-table doesn't allow for just hiding the context menu, the only available option with out modification is by hiding the entire header. You can do this by specifying the "hide_header" option and setting it to true as part of your table instance options.
With the value set to true
Without the value set to false / not specified
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2022 08:40 PM
Is there a way to keep or create a name like Incident ?
That is, keep the text in the header but only hide "hamburger button"