cancel
Showing results for 
Search instead for 
Did you mean: 

Best way to create a UI5 Drill Down table?

0 Kudos
665

Dear SAP Experts,

What is best way to achieve the following requirement(To show a table containing First column as Fixed Data and starting from second column we can see some numbers , on click of those numbers , it should navigate to those Documents)

Imagine if we have 5 Sales Order for Case - 1 , on click of that 5 , we need to show all 5 Orders from Case -1

Free Style UI5 application is a better thing or any other thing.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member450774
Participant
0 Kudos

Hi,

You can refer the below link for "First column as Fixed Data" https://sapui5.hana.ondemand.com/#/entity/sap.ui.table.Table/sample/sap.ui.table.sample.TableFreeze

For "on click of those numbers , it should navigate to those Documents" you can refer to the same link; here on click of show image, it will navigate to respective Document.

Hope it helped you!!

Rajesh

yunustuzun
Product and Topic Expert
Product and Topic Expert
0 Kudos

For this requirement sap.ui.table.Table control can be used. You can change cell content individually and dynamically in your scenario. Small code snippets here.