[Bug]: I can't properly filter data when selecting a specific date or time period #1055
Replies: 3 comments
-
Hello @anagonzaga , You must also put the date or date_vaga column in addColumns : >addColumn('data') But data_formatted is wrong. Carbon should read from $model->data and not data_vaga |
Beta Was this translation helpful? Give feedback.
-
Hello @luanfreitasdev, I'm sorry, I forgot to change the name date to data_vaga in the vacancy method to share the code, but I did that too, I changed the name and even then the datepicker doesn't filter.. |
Beta Was this translation helpful? Give feedback.
-
Any chance to use the latest version?. Perhaps there is a bug in the date filters in the previous version |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Have you searched through other issues to see if your problem is already reported or has been fixed?
Yes, I did not find it.
Did you read the documentation?
Yes, I did not find it.
Have you tried to publish the views?
Yes - I didn't work.
Is there an error in the console?
No
PHP Version
8
PowerGrid
3.7
Laravel
8
Livewire
2.10
Alpine JS
3.0
Theme
Tailwind 3.x with tailwind/forms
Describe the bug.
I'm facing a problem with filtering the data in a specific column in my system. In this column, I used "makeInputDatePicker()" to add a date selection filter. However, when I select a single date or a period, the information is not being filtered correctly.
To Reproduce...
First click on "FOO" then....
Extra information
Beta Was this translation helpful? Give feedback.
All reactions