Server-side : how to loads data dynamically from a selection

Server-side : how to loads data dynamically from a selection

canardmancanardman Posts: 5Questions: 0Answers: 0
edited March 2011 in General
Hi all,

I have two datatables A and B, that shows two mysql table dbA and dbB. dbB has a foreign key of dbA.

When the page starting, A is filled and B is clear. When i click on a row of A, i would load in B only the dbB data that matches with the id from the A selected row.

My first idea is to load and hide the dbB foreign key column and use fnFilter(id A selected row). But i want to only request data about the selected row in A.
This discussion has been closed.