Skip to main content
Topic: Request id as text name (Read 909 times) previous topic - next topic

Request id as text name

Hi,

List, edit and add page id as field label.
examp.

customer table
customer_id | customer_name
2                        | Customer1

orders table
order_id | customer_id
1                  | 2

orders list page

orders id | customer_id
1             | Customer1 (not 2)