Replies: 1 comment 1 reply
-
it is a suggestion to install flatpickr |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
steps to reproduce
laravel new new-project
composer require laravel/jetstream
php artisan jetstream:install livewire --dark
composer require power-components/livewire-powergrid
Import powergrid JS and CSS
in resources/js/app.js
import './../../vendor/power-components/livewire-powergrid/dist/powergrid'
// If you use Tailwind
import './../../vendor/power-components/livewire-powergrid/dist/tailwind.css'
php artisan powergrid:create
🤔 It looks like your project is missing a dependency!
PowerGrid requires flatpickr for Date filters to work.
Please, consider installing the package.
For more information, visit: https://livewire-powergrid.com/table/column-filters.html#filter-datetimepicker
Beta Was this translation helpful? Give feedback.
All reactions