How to hide a filter in a datatable

Mi1
Tera Contributor

Hi,

I want to hide a filter that is in a datatable.

Conditions remain in place.

What should I do?

Regards,

1 ACCEPTED SOLUTION

Jaspal Singh
Mega Patron
Mega Patron

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;
}

View solution in original post

2 REPLIES 2

Jaspal Singh
Mega Patron
Mega Patron

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;
}

Mi1
Tera Contributor

Hi,

Thanks.

Best Regards,