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
1 Reply
No, it's not meant to be used like this. Maybe explain your usecase