-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I have the same issue, did you found anything ? In the exemple they still use the class() method, but in the V6 is no more in the class PowerComponents\LivewirePowerGrid\Button.php script
|
Beta Was this translation helpful? Give feedback.
-
I also had this issue, i just recompiled all my assets and clear the cache. Working fine now.
also cleared browser cache and cookies as well. |
Beta Was this translation helpful? Give feedback.
yeah my problem is solved by putting these two at the top :
import './../../vendor/power-components/livewire-powergrid/dist/powergrid'
import './../../vendor/power-components/livewire-powergrid/dist/bootstrap5.css'
i rearranged the order in resource/app.js so it becomes like this :
`
import './bootstrap';
// powergrid start
import './../../vendor/power-components/livewire-powergrid/dist/powergrid'
import './../../vendor/power-components/livewire-powergrid/dist/bootstrap5.css'
import flatpickr from "flatpickr";
import TomSelect from "tom-select";
window.TomSelect = TomSelect
// powergrid end
import '../../node_modules/boxicons/css/boxicons.css'
import '../../node_modules/boxicons/dist/boxi…