Copy full url in filament and livewire
I added filament table component to my livewire works fine but I need to implement a copy full url functionality
2 Replies
I think you'd be able to use
copyableState
to access the record and call your function within.
https://filamentphp.com/docs/3.x/tables/columns/color#allowing-the-color-to-be-copied-to-the-clipboardsolved thank you