khairulazmi_
can we hook configureUsing after render .
Is there any way we can use configureUsing after render table for example
this will call before we initialized on livewire component .
I want to called method after table initialize
/// do something here , calling some method here.
on view
3 replies
can we render hooks on table content ?
I want to hook to table content .. its there any way i can do that ?
https://filamentphp.com/docs/3.x/support/render-hooks#table-builder-render-hooks
3 replies
Multi tenancy and CustomEditProfile
I have a CustomEditProfile Page
When I go to create new tenant which will go to "/new route . I will get error
Right now I found a solution do this
But I think there is a better way , anyone can help me ?
8 replies