In cf7, I am using the table list view. I am using 2 data sources in the table list. My problem is that the 2 tables don't align properly into the same rows, they just show up in their own respective rows. I would like to be able to tell the table list that the 2 sources join on a certain shared column.
How can I do this?
How can I do this?
not possible, you will need to use a PHP action and join the results using a PHP loop, then return the full list from the PHP action and use that value as the data source
You need to login to be able to post a reply.
