Hey guys,
I am building a fiori list report app with ABAP CDS VIEW. The cds view uses sorting, grouping and aggregation annotations, therefore the type of the table is Analytical.
When running the app from SAP WEB IDE I have this result:

I would like to know if there is a way we can optimize the column width, so that the width depends on the content of each field? A functionality that for now, I have it only if I double click on each column separator.
My manifest.json file of the app looks like this:
Thanks 🙂
Request clarification before answering.
Hi,
Use different table type in manifest.json file. Below is an example.
"list": true,
"settings": {
"tableType": "ResponsiveTable",
"smartVariantManagement": true,
"condensedTableLayout": true
}
table type can be as below. Responsive table type adjusts column width accordingly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.