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

Date range in filter #4

Closed
sah-comp opened this issue Oct 10, 2020 · 0 comments
Closed

Date range in filter #4

sah-comp opened this issue Oct 10, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sah-comp
Copy link
Owner

When filtering in a date column, it shall be possible to enter a date range.

E.g. user wants to see all appointments beginning from May 23 und Dec 15 of the year 2020, he may enter something like "2020-05-23 ... 2020-12-15" in the criteria field of the column and the getSql() will accomplish a query like (date >= '2020-05-23' AND date <= '2020-12-15').

@sah-comp sah-comp added the enhancement New feature or request label Oct 10, 2020
@sah-comp sah-comp self-assigned this Oct 10, 2020
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

1 participant