Apply Filter on Specific Column on Datatable Mount #1486
Unanswered
danish-ali-abyan
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Looks good, but whats your question? ;) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
I'm using Livewire PowerGrid datatable and want to apply date filter on mount or loading on the specific column (Created At) of the datatable. And when user change the dates from column filter it should sync as well.
I'm receiving start and end dates as props and want to apply filter based on them.
Laravel 10
Livewire 3
Livewire-PowerGrid 5
Below is the current implementation.
HTML to add datatable:
Datatable:
Beta Was this translation helpful? Give feedback.
All reactions