How to create a data grid with search bar to the left?

0
I am often asked to create a data grid or list with search bar to the left of it, similar to filtering at bol.com or other major sites.   Is there an option available with only platform supported widgets and having to implement the search logic myself in a  datasource microflow? Custom widgets and search logic is too expensive to maintain for most apps and cause performance issues. But the filters above the grid are not the first choice of end users and UI designers.
asked
1 answers
0

Hi Michiel, you can download list view control widget from the marketplace (its only work with list view)

 image.png

 

then search on text box search from widgets and add it on the page

 image.png 

 

then make the configuration on this widget as you want and add the search attribute that you want search on it as the following 

image.png

 

 

to make it on the lift side of the page, add a layout grid (3,9) above your list view as the following 

 

image.png 

 

i hope my answer help you

answered