› Forums › Designer › Feature requests › Keeping filtering and ordering of a table when returning to it › Reply To: Keeping filtering and ordering of a table when returning to it
-
Hello Leon,
Thank you for your request. In case you can’t wait for this feature to be built-in the application you can always create it yourself.
Here are some tips to get you started:
- Add the search fields to the User data-item as properties
- Add a new page with form fields
- Add form fields of the properties you want to search on in your table page, to the new page you created
- When submitting the form, save the items in the User data-item (created in step 1)
- When displaying the table page, use the saved items in the User data-item in your filter to show the correct data.