on 2021 Feb 11 10:42 AM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
52 | |
6 | |
6 | |
6 | |
5 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.