Table with slideout infolist
Hello
I have an infolist in my \Pages\ViewModel.
I want to us that infolist inside the table action of my resource.
ViewAction::make()->slideover()
I don't want to copy my info list in two places and have it in my resource and my \Pages\ViewModel
How can I reuse the \Pages\ViewModel $infolist in the resource table slideout.
1 Reply
If you define it inside the resource it should be automatically used.