Use CSS in your SAPUI5 application
.fixed-header {
position: fixed;
top:0;left:0;
width:100%;
}
Check this example example code
Use CSS in your SAPUI5 application
.fixed-header {
position: fixed;
top:0;left:0;
width:100%;
}
Check this example example code