Filament DatePicker Widget
Im already create a datepicker widget on the dashboard page, then i want to create datepicker widget more on my different page. How i can do that? im already create it but its didnt showing.
3 Replies
anyone?
You can create a custom widget
https://filamentphp.com/docs/3.x/panels/dashboard#custom-widgets
Then, add a form with DatePicker
https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component#adding-the-form
Thankyou!