#Table Custom Column Update.
7 messages · Page 1 of 1 (latest)
Is your button inside of the custom column?
No, my button is not inside the custom column.
Do I need to fit inside the column?
I think if you include the button inside of the custom column view, you could do everything with Alpine.js. Add x-data on the column wrapper, give each field an x-model and make the button call a livewire method though the Livewire global object.
Hi @bitter oar have you achieved this? if so, would you share the sollution?
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.