I can't find an explanation of how this filter works in order to explain to users how to use it. If I type "abc" into it will it return all rows where any cell has a value starting with abc?
this is from the help center, but not really helpful
It works for me, I didn't do anything else than 1) bind the datasource and 2) check the "showfilter" box.
Note this does not re-execute the service that delivers the data. It is a filter working only on the data you already loaded.
If you want to re-execute the service to only give you the filtered rows back, you need to use either the Chip Based Data Filter, or maybe the method described here: https://support.ptc.com/help/thingworx/platform/r10.1/en/index.html#page/ThingWorx/Help/Mashup_Builder/Widgets/SortingSearchingAndFilteringInAdvancedGridAndTreeGrid.html
