1st Table has 3 columns which was binded using "{oModel/>otestarray1}"
1 - Radio Button, 2 - MaterialNum#, 3 - Description
2nd Table has 2 columns which was binded using "{oModel/>otestarray2}"
1- OperationNo, 2 - WorkCenter
Here there is no common column in the tables . But in the ODATA that i have, "materailno" as a common value in both the arrays.
When i select a radio button in the 1st table, which has a column "MaterialNum#", data in the 2nd table should be filtered based on the "MaterialNum#" column in the first table.