- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2022 08:38 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2022 10:06 PM
Hi
Since the widget "Data table from Instance Definition" is OOTB, if you want to modify the server code to have
options.show_breadcrumbs=false;
it would require to clone the widget and use a custom one.
In order to not clone the OOTB widget, an other approach is to play with the CSS of the widget instance and add this code for example:
.filter-breadcrumbs {
display: none;
}
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2022 08:57 PM
Just click on All that will remove your filter.
if you are landing on this page after you click on Menu in the filter navigator then you should consider updating the filter for that menu.
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2022 10:01 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2022 10:06 PM
Hi
Since the widget "Data table from Instance Definition" is OOTB, if you want to modify the server code to have
options.show_breadcrumbs=false;
it would require to clone the widget and use a custom one.
In order to not clone the OOTB widget, an other approach is to play with the CSS of the widget instance and add this code for example:
.filter-breadcrumbs {
display: none;
}
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2022 10:16 PM