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

Sort does not work with setFilterDateRange #1093

Open
radek-bryknar opened this issue Aug 7, 2023 · 1 comment
Open

Sort does not work with setFilterDateRange #1093

radek-bryknar opened this issue Aug 7, 2023 · 1 comment

Comments

@radek-bryknar
Copy link

reproduction steps:

$grid->setSortable();
$grid->setSortableHandler();

$grid->addColumnDateTime('endTimestamp', 'end_timestamp')
		->setFilterDateRange();

When FilterDateRange is included in grid, sort does not work. Alert with undefined showed up.

when I spect network query params it says undefined.
image

Without ->setFilterDateRange() everything works fine.

@radimvaculik
Copy link
Member

@radek-bryknar Could you have a look into it, please? And send a PR? 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants