cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with header columns height in sap.ui.table.Table

03-13-2017 11:00 PM
2246 views 6 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hello, I hope you can help me,

I am working with sap.mui.table.Table, everything works OK, there is only one problem when the table is displayed, the height of the column header is enlarged. I think I should apply css, but I wanted to check if there might be something I'm doing wrong. I hope you can help me with a suggestion. Thanks in advance.

I attach an image where you can appreciate the problem.

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

former_member365727
Active Contributor
0 Likes

try to apply width property in pixels (not in %) for all columns.

As far as i know if any of the column data width is more than default column width then height of the header row will increase.

Also try to set rowHeight property

Answers (4)

Answers (4)

Former Member
0 Likes

If it works, thank you very much Srikanth KV

junwu
SAP Champion
SAP Champion
0 Likes

check in your dev tool

Former Member
0 Likes

I'm working with eclipse, does it mean that something is wrong with this tool?

Former Member
0 Likes

Forget to put it, thank you.

junwu
SAP Champion
SAP Champion
0 Likes

put your code, then we can check if you are doing something wrong.