windmill icon indicating copy to clipboard operation
windmill copied to clipboard

feature: Extended filters for normal tables

Open ithan opened this issue 7 months ago • 0 comments

Hello!

I was unable to find a request for this feature, but it would be awesome if we could have filters in the table that are read from the state.

Imagine a filter button at the bottom left corner of the table. Clicking it would open a small div containing a select option for the list of headers (or possibly tied to a state for customization?). It would also include a list of possible actions (like _eq, _contains, _gt, etc.) and fields for inputting values.

Example from directus - https://github.com/directus/directus image

Additionally, the implementation could involve either a change event or a button to trigger events that apply the filters.

ithan avatar Dec 18 '23 07:12 ithan