ajax.url() not working in parent-child table relationship

ajax.url() not working in parent-child table relationship

larrytlarryt Posts: 1Questions: 1Answers: 0

I have two tables. I select a row in the parent table, grab data from that row, and use to change contents of the child table. I am using ajax.url(url). The ajax datasource is not getting updated to my new value. Instead the url stays to what the child datatable.s original ajax datasource value was.

E.g.

oTable1.ajax.url('/MAGI_load_linked_tests/?docid=' + rdata2[0]);
oTable1.ajax.reload();

When reload is executed the new '/MAGI....' url is not used. Instead the original oTable1 table's datasource is used.

This discussion has been closed.