Need two tabs with two different tables with two different models on one page
Hey guys,
I have this request: I have two models: Intervention and InterventionRequest. I have InterventionResource that has ListInterventions. I need on that page have tabs for Interventions and Requests. Each tab will have each own table for that model. How to do that? Should I create custom page?
I have this request: I have two models: Intervention and InterventionRequest. I have InterventionResource that has ListInterventions. I need on that page have tabs for Interventions and Requests. Each tab will have each own table for that model. How to do that? Should I create custom page?