Skip to Content
0
Former Member
Mar 26, 2013 at 09:28 AM

Working with Table in SAPUI5

332 Views

Hi All,

I have create a simple SAPUI5 application, with a table. Each row in the table has a check box, and there is a button in the table header.

Now on click of this button in the table header, I want to loop through all the rows in the table and extract the rows, with checkbox selected. I tried using the getRows() method of the Table UI, but this method returns only the set of rows, that are displayed on the table. I mean, even if the table has 50 rows and the visible row count is set to 5, this method returns only those 5 visible rows.

Also, is there a way to bind the double click event, to each row in a table? In this event handler, i want to open a popup window.

Please help me in implementing these. Any pointers on these, would be of great help!

Thanks & Regards,

Vishweshwara P.K.M.