Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to use comparators in Action Table #379

Open
pgrill79 opened this issue Jun 16, 2024 · 2 comments
Open

Possibility to use comparators in Action Table #379

pgrill79 opened this issue Jun 16, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@pgrill79
Copy link

It would be great if you can use different operators for filtering in the action table. E.g. if there is a number or a date column, to give the possiblity to filter every thing > or < than the number or date.

@aeberhart aeberhart self-assigned this Jun 17, 2024
@aeberhart aeberhart added the enhancement New feature or request label Jun 17, 2024
@aeberhart
Copy link
Contributor

This fits into a larger complex of "Business Intelligence" like functions. At the moment, we only support equality in the underlying all(db, table, filters) call where filter is a map of field=value.

see https://marmelab.com/react-admin/FilterList.html

@aeberhart
Copy link
Contributor

we can maybe re-use the query editor logic

@aeberhart aeberhart added this to the 5.3 milestone Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants