I configured a GET Master Details setup to pass the filtered child table to the template page. which I managed to do using "%wpdatatables_md_child_table%"
I want to also make use of further placeholders on this template page to display other attributes related to the origin table on the template page.
Example:
A user clicks the Master Detail button in the origin table, lets say this table contains car brands and the user clicks on "BMW"
Now the user is taken to the target template page with a filtered child table of all BMW's for sale.
Now I would like to develop a Car Brand Overview section above the child table with various column values, preferably from the origin parent table (unique brand entries), alternatively from the Child table (make unique).
In other words I would like to place various %origin_field1%, %origin_field2%, %origin_field3%, in predefined locations on the template page.
Can you give me guidance on how I can make use of placeholders in combination with a child table on the template page?
Hi there,
I configured a GET Master Details setup to pass the filtered child table to the template page. which I managed to do using "%wpdatatables_md_child_table%"
I want to also make use of further placeholders on this template page to display other attributes related to the origin table on the template page.
Example:
A user clicks the Master Detail button in the origin table, lets say this table contains car brands and the user clicks on "BMW"
Now the user is taken to the target template page with a filtered child table of all BMW's for sale.
Now I would like to develop a Car Brand Overview section above the child table with various column values, preferably from the origin parent table (unique brand entries), alternatively from the Child table (make unique).
In other words I would like to place various %origin_field1%, %origin_field2%, %origin_field3%, in predefined locations on the template page.
Can you give me guidance on how I can make use of placeholders in combination with a child table on the template page?