To display a global search filter:
- Insert a new column in your datasheet (in our example, we named it Text search)
- Add the stringFilter keyword in the 2nd row
Use the Hidden keyword under your Text Search column to avoid this column being displayed in your app (in our example: stringFilter - Hidden).
In your template sheet:
- In a new column, give the exact header-title you used in your datasheet (in our example: Text Search)
- Include all the relevant (column) header-names from your datasource (in our example: {{First Name}} {{Last Name}} {{Department}}).
Make sure the header-names are written the same as in your datasheet.
Go back to your app, update your datasheet range and template range. Click Update App.
done That's it! Your global search filter has been added to your app.