Data-dropdown-toggle buttons don’t work when I add a new record to a table with Laravel Inertia and Vue
I have the problem that I am adding a new record using Laravel, Inertia and Vue. The record is added to my table visually but the drop-down action button that contains the delete and edit actions for the new record does not work for the drop-down action, but the button for the records that were already in the table still works. But if I hit F5 and refresh the page, all the buttons work, including the new record.
Data-dropdown-toggle buttons don’t work when I add a new record to a table with Laravel Inertia and Vue
I have the problem that I am adding a new record using Laravel, Inertia and Vue. The record is added to my table visually but the drop-down action button that contains the delete and edit actions for the new record does not work for the drop-down action, but the button for the records that were already in the table still works. But if I hit F5 and refresh the page, all the buttons work, including the new record.
Data-dropdown-toggle buttons don’t work when I add a new record to a table with Laravel Inertia and Vue
I have the problem that I am adding a new record using Laravel, Inertia and Vue. The record is added to my table visually but the drop-down action button that contains the delete and edit actions for the new record does not work for the drop-down action, but the button for the records that were already in the table still works. But if I hit F5 and refresh the page, all the buttons work, including the new record.
Data-dropdown-toggle buttons don’t work when I add a new record to a table with Laravel Inertia and Vue
I have the problem that I am adding a new record using Laravel, Inertia and Vue. The record is added to my table visually but the drop-down action button that contains the delete and edit actions for the new record does not work for the drop-down action, but the button for the records that were already in the table still works. But if I hit F5 and refresh the page, all the buttons work, including the new record.
Data-dropdown-toggle buttons don’t work when I add a new record to a table with Laravel Inertia and Vue
I have the problem that I am adding a new record using Laravel, Inertia and Vue. The record is added to my table visually but the drop-down action button that contains the delete and edit actions for the new record does not work for the drop-down action, but the button for the records that were already in the table still works. But if I hit F5 and refresh the page, all the buttons work, including the new record.
Data-dropdown-toggle buttons don’t work when I add a new record to a table with Laravel Inertia and Vue
I have the problem that I am adding a new record using Laravel, Inertia and Vue. The record is added to my table visually but the drop-down action button that contains the delete and edit actions for the new record does not work for the drop-down action, but the button for the records that were already in the table still works. But if I hit F5 and refresh the page, all the buttons work, including the new record.
Laravel 11 & Inertia Permissions – frontend question
I have experience with Laravel 5 but i’ve just created a new application with Laravel 11 using Breeze, Inertia & Vue.
Update global Inertia Variables (Laravel with Vue)
I’m using Inertia with VueJS, in the HandleInertiaRequests
I have the variable 'foo'
:
accessing a static image inside public folder of laravel using vue and inertia
I have an image named pic.svg inside laravel/public/pic.svg
I wanna use it inside vue component, i didnt save its path inside database, it’s a static image I wanna use it as a backface in flip cards game
Laravel – Deleted file still shows after redirect until refresh of the page
Im deleting a file instance in DB and file in storage and then redirect to index page, but I dont see changes until I refresh the page. Can you please help me, how to solve it? Thank you 🙂