Referring multiple datatables

Referring multiple datatables

bennibbennib Posts: 1Questions: 1Answers: 0

I have a special problem and I can't find a solution for it.
I want to show two datatables on the same page. The first table loads the data from a mysql database (table a). A user can select or click on a row in the first table. With this action the second table loads the data with the given parameter (id value of the first column) of the first table from the mysql database (table b). The content of the second table is loaded dynamically by clicking on each row of the first table.
Is there any example or a solution for this?

Answers

This discussion has been closed.