cancel
Showing results for 
Search instead for 
Did you mean: 

How to Print the Table Data in SAPUI5?

Jayakrishnan
Active Participant
0 Kudos

Hi All,

In my application, I need to print the Table Data via Printer. Using window. print, I am able to call the print option via the browser. But I don't know how to get all the data bounded with UI table.

I tried many ways, but it didn't get success. Please refer the image for more info.

Please help me on this.

Thank you,

Regards,

JK.

Jayakrishnan
Active Participant
0 Kudos

Hi All,

After getting doing this I am able to get it. So closing this post.

var object =oTable.getItems();
for (var data =0;data<object.lenght;data++)
{
var value = object[data],getBindingContext().getObject().Auart;
}

Accepted Solutions (0)

Answers (0)