cancel
Showing results for 
Search instead for 
Did you mean: 

I want to create a table(sap.m.table) with scroll bar and fixed column headers

Former Member
0 Kudos

Hi

I have to create a table using only mobile controls in ui5 but I need scroll for the table and fixed column headers.

It is possible with desktop table control(sap.ui.table), but I should use only sap.m.table or any list control.

Regards,

Navin J.

Accepted Solutions (1)

Accepted Solutions (1)

saivellanki
Active Contributor

Hi Navin,

There is no property available to set mobile table header fixed. But you can *hack* the code.

Check these samples:

Using JS View: TableFixedHeader - JSView

Using XML View: TableFixedHeader - XMLView

Regards,

Sai Vellanki.

Answers (0)