hi,
I bind a odata service model to a sap.ui.table through the method 'bindRows()'. And all the data can be displayed correctly in the table.
Now I want to get all the cell values in the first column of the table and put them into an array?
How can I do it?
By the way, I don't want to launch a new odata service request again to get the same data from the server side.
Thank you in advance!