Sourabh
Table Custom Column Update.
Yes, I achieved this in a different way. Instead of using a custom column, I implemented a slide-up modal because, in my case, the column width wasn't adjustable. So I created a custom 'Update' action for the table. When this action is triggered, it opens a slide-up modal containing a form with checkboxes and dropdowns.
8 replies
Modal Blade component background not showing transparent.
The
addToPresentation
method with the event this->dispatch('addProductsToLocalStorage', $cartData)
isn't firing from the ProductQuote.php
file, so it's not being detected in product-quote.blade.php
.
17 replies
Modal Blade component background not showing transparent.
I'm encountering another issue. When I use the "Add To Presentation" action in the Filament table, the Livewire event
$this->dispatch('addProductsToLocalStorage', $cartData);
isn't being triggered. How can I properly dispatch the event to store data in local storage from the Filament table?17 replies