MedicOneSystems / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
https://livewire-datatables.com/
MIT License
1.19k stars 258 forks source link

Precompilation of date filter not working #408

Open trippo opened 2 years ago

trippo commented 2 years ago

If you have a date filter setted from session or other method, you can't see the date in datepicker but the result are filtered correctly.

Step to repoduce

  1. go to https://livewire-datatables.com/complex
  2. set a date filter like DOB column
  3. refresh the page

The date picker filter now is empty but the result are filtered

image
nikitabuida commented 2 years ago

I see the similar issue. You can set date filter but visually it stays like it was not set. Works internally though