I have one table having lots of data. Now I want to scroll vertically with table header fixed. can I achieve this?
Here is my code:
As of v1.54, the property sticky
is publicly available.
sticky
Defines the section of the sap.m.Table control that remains fixed at the top of the page during vertical scrolling as long as the table is in the viewport.
Once its value is set to "ColumnHeaders"
, the headers will stay fixed while scrolling.
Be aware that this feature is supported only by modern browsers.
Other sticky optionsv1.56 - The syntax for assigning multiple values in XMLView looks as follows:
- 热议问题