on 2021 Jul 15 2:44 PM
Hello Tim,
Kindly refer to the document.
You can use cssDefault annotation for each and every column to provide suitable width as per your requirement.
Regards,
Rounak
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rounak,
I would expect that lists would extend full width by default. My app follows the instructions of this blog where also no additional annotations are used.
Your link points to SAP Jam to which I don't seem to have access to. It would be great if you could give an example here showing how to use the cssDefault in the context of an sap cap app (hopefully this is set in manifest.json list object settings as default behavior and not for each and every column :S ).
Best,
Tim
Thanks Tim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
FE LROP/ALP applications with responsive tables columns can now have an appropriate default width(enableAutoColumnWidth=true). Additionally, the end-user gets an option to resize the column width by click and drag.
The default column width can be annotated with HTML5.v1.CssDefaults Annotation for each fields in Lineitem.
Example:
<Annotation Term="com.sap.vocabularies.HTML5.v1.CssDefaults">
<Record>
<PropertyValue Property="width" String="10rem" />
</Record>
</Annotation>
As a consequence of the above change, responsive tables with fewer columns might see a visible change of table not occupying complete available space. This is the expected behavior as per the Design concept.
However, this will not have any impact on the functional behavior. Tables with more columns may not observe visual change as they occupy the available section width.
Ex: Table with only 3 columns launched in big screen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.