Azorky
Lazy load tab
I managed to solve it like this:
companyweb-loader.blade.php
CompanywebOverview.php (The actual class I want lazy loaded)
I will now create an infolist in this custom livewire component.
Although this is a 'solution', I don't think it's optimal.
Instead having a ->lazy() on tabs would be pretty cool
4 replies
Open Modal after Action Execution to show the result
Maybe this helps: https://filamentphp.com/docs/3.x/actions/adding-an-action-to-a-livewire-component#chaining-actions
You can then show your large text using a custom view: https://filamentphp.com/docs/3.x/actions/modals#custom-modal-content
5 replies