- 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 11:17 PM
Never mind, It worked ,Thank you!
.btn{
display:none;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 12:14 PM
This helped me.
Thanks