dashjoin / platform

Dashjoin Is an Open Source & Cloud Native Low Code Development and Integration Platform that helps teams deliver applications faster 🚀 Uses a data-driven approach inspired by Linked Data to make use of your existing assets
https://dashjoin.com
GNU Affero General Public License v3.0
89 stars 7 forks source link

Possibility to use comparators in Action Table #379

Open pgrill79 opened 1 week ago

pgrill79 commented 1 week ago

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 commented 1 week ago

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 commented 1 week ago

we can maybe re-use the query editor logic