- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2022 02:48 AM
Hi,
I want to hide a filter that is in a datatable.
Conditions remain in place.
What should I do?
Regards,
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2022 02:51 AM
You need to navigate to required widget. Do a Ctrl + Right click near the breadcrumb aread & then open page in editor. Add below in CSS
div.filter-breadcrumbs.ng-scope{
display:none;
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2022 02:51 AM
You need to navigate to required widget. Do a Ctrl + Right click near the breadcrumb aread & then open page in editor. Add below in CSS
div.filter-breadcrumbs.ng-scope{
display:none;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2022 02:57 AM
Hi,
Thanks.
Best Regards,