- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2019 12:17 PM
Is there an option to enable search filter on a simple list widget
If you notice the above screenshot ootb 'My requests' widget has(filter icon marked in red) what I exactly needed just to search the below requests with a keyword however this is not a simple list widget. Whereas on the other side is the simple list My incident widget where I am unable to set a filter like "My requests" widget
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2019 01:02 PM
There is a line of HTML code (see below) commented in simple list filter, I just uncommented the line to see the filter on simple list widget
<!-- <i class="fa fa-filter" ng-click="c.toggleFilter()" ng-class="{'disabled-filter': !c.showFilter}"></i> -->

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2019 06:59 AM
Yes there is an option marked false that you can flip to true in the Server Script. Or you can emulate filters from other widgets like get data from URL where you can have breadcrumb filters. If you truly want to allow filters I would recommended one of the more table based widgets like "get data from URL"
Thanks,
Brain
MARK CORRECT IF HELPFUL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2019 01:02 PM
There is a line of HTML code (see below) commented in simple list filter, I just uncommented the line to see the filter on simple list widget
<!-- <i class="fa fa-filter" ng-click="c.toggleFilter()" ng-class="{'disabled-filter': !c.showFilter}"></i> -->