Search filter in Simple List Widget

Abilash Vangara
Mega Expert

Is there an option to enable search filter on a simple list widget

find_real_file.png

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

1 ACCEPTED SOLUTION

Abilash Vangara
Mega Expert

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

 

View solution in original post

6 REPLIES 6

Brian McMinn2
Mega Guru

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

Abilash Vangara
Mega Expert

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