error on table builder
i have some error on table builder, i tired for search the solution, anyone can help me? the error like on my screenshot, thanks
6 Replies
Are you using the panel builder?
no i am using my custom panel
i think i found the problem, the problem is with alpine, my custom panel require alpine on app.js but i think the alpine js on the app.js clash with filament package
did you remove?
if you have Alpine.start() in resources/js/app.js, just remove it
Yes I did, but this will effect on my panel with not use filament livewire, because I think it not start the alpine. Did you have solution for my page who didn't use filement ?
Maybe you can create another Layout page
woah this is the better solution, thanks