Hi,
I am having a requirement where I have 2 views. In my first view I have table bound to an oData service. This table here is having a mode: Mutiselect.
Now, in my second view I am having a another sap.m.Table with similar structure. What I want is if I select multiple rows from first view, how can I read the selected rows so that I can push them to my second view.
I have tried with for a single selected row with mode singleSelect, it worked fine for me. But I am not able to crack this multiple thing
Please help