Skip to content

Action button issue #1787

Answered by agungsapp
agungsapp asked this question in Q&A
Dec 3, 2024 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

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…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@agungsapp
Comment options

Answer selected by agungsapp
@kontas
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants