contributte / datagrid

:muscle: DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc
https://contributte.org/packages/contributte/datagrid/
MIT License
285 stars 189 forks source link

Datepicker input #1096

Closed MartinKokesCz closed 2 months ago

MartinKokesCz commented 10 months ago

Based on issue #946 I have prepared the simple HTML input type="date" for date and date range filter.

You can try it with my fork of datagrid-skeleton

https://github.com/MartinKokesCz/datagrid-skeleton/tree/next

radimvaculik commented 10 months ago

@MartinKokesCz Please check Phpstan issues related to changes. I will fix the rest of codesniffer/phpstan issues.

radimvaculik commented 10 months ago

@MartinKokesCz Please, rebase, I fixed all related issues in next branch.

MartinKokesCz commented 10 months ago

@radimvaculik maybe it is ready now ?