Eric Paulson
Eric Paulson
I think I have just figured it out. It looks like I just need to add `'flyer-trixFields' => request('flyer-trixFields'),` To my update statement, and then it saves properly.
@paquettg dude, your package is broken - please merge this PR
I ran into the same issue, and to be honest, I'm surprised editable columns are working at all. If you look at the [source code](https://github.com/MedicOneSystems/livewire-datatables/blob/master/src/Http/Livewire/LivewireDatatable.php#L1493), you can see that the...
Same here. This is a huge problem. All of my sites use fontawesome icons and are how hobbled. Please fix this ASAP.
For those who can't wait, you can use their CDN following the instructions here: https://fontawesome.com/account/cdn. I was just able to get all of my sites back up and running.
For anyone else who happens upon this, I got it to work like this: ``` document.addEventListener("DOMContentLoaded", () => { Livewire.hook('element.initialized', (el, component) => { tippy('[data-tippy-content]'); }) }); ```