We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Pull request #124
I would like to filter rows depending on the value of two related fields. For instance, let's say we've got two fields, startDate and endDate
[ ... { startDate: "2023-10-10T10:00:00", endDate: "2023-11-10T10:00:00" }, ... ]
and I would like to filter that row if it's matching with today date:
startDate < Date.now() < endDate
Given the fact that currently each filter definition in "ds-filter-fields" receives the value of the key field only, is it possible, and how?
Thank you!
The text was updated successfully, but these errors were encountered:
Pull request #124, merged in v3.6.0, solves the issue.
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Pull request #124
I would like to filter rows depending on the value of two related fields.
For instance, let's say we've got two fields, startDate and endDate
and I would like to filter that row if it's matching with today date:
Given the fact that currently each filter definition in "ds-filter-fields" receives the value of the key field only, is it possible, and how?
Thank you!
The text was updated successfully, but these errors were encountered: