This topic is locked

Customer with many detail tables

6/24/2023 4:35:25 PM
PHPRunner General questions
A
asawyer13 authorDevClub member

I have a customer table. There are quite a few child tables, for example addresses, contacts, phone numbers, etc. I would like each tab to have a list on it that shows those records
What I would love to do is create something like this:
img alt
I don't think I can do that, so what's the best way to get as close as I can?
Each tab would have a list on it, then data could be added/edited, etc.
I don't want to do inline add/edit as I really want a normal edit page probably in a popup.
I can't use normal tabs because each tab is a different table,
Thanks
Alan

A
asawyer13 authorDevClub member 6/24/2023

Maybe this is the best way to handle it? But I'm curious if others have used other methods.
Look Here

jadachDevClub member 6/29/2023

Maybe use a dashboard

Sergey Kornilov admin 6/30/2023

Maybe you can choose to display every details links separately and style those links to look like tabs?
I guess I don't really understand the question though, it doesn't even say what page is this.