appsmith icon indicating copy to clipboard operation
appsmith copied to clipboard

Default Filters for the Table Widgets

Open andrewdietekoki opened this issue 3 years ago • 0 comments

PRD

Default filters

When all the data is client side, devs don’t want to restrict anything on filters for users. Workflows this will enable

  1. Having standard filters which the users can quickly apply, these standard filters can be given by dev
  2. Having url parameters for the table, which can be applied by default making the app stateful
  3. Having users define their filters and allowing them to save them in dev’s database so that they can reuse them when needed.

This means devs need the following information in the filters to add these workflows

  1. They should be able to get the filters used in the table by the users
  2. They should be able to understand how to create a filter from scratch and substitute variables as needed
  3. They should be able to apply these filters on the tables

andrewdietekoki avatar Nov 04 '22 06:11 andrewdietekoki