combine infolist with sub navigation
I have ViewRecord and comined infolists. but i want to divide the view record into multiple pages view (or details), statistics and more. how to have single tabs for them all.
my target: is to have single tabs for view, statistics, ...., relation managers
3 Replies
You can either combine all on one page or split it up into multiple components and load them in your page.
Use
content() method on your page and Tabs::make() as a starting point.Thanks for the hint. I ended up overriding the content function
Great.
content() is one of my favorite v4 features. So powerful