Angular UI Grid- Column header width and Cell content width not matching

339 views
Skip to first unread message

pravin...@infinxinc.com

unread,
Mar 23, 2016, 10:46:02 AM3/23/16
to AngularJS
Hi All,

I am using UI grid of Angular Js.

I am facing the issue of width of column header and cell content does not matching.

Please check the attached file for reference.


UI grid display issue.png
Auto Generated Inline Image 1

pravin...@infinxinc.com

unread,
Mar 25, 2016, 2:04:47 AM3/25/16
to AngularJS
I got the solution

I have added following css.

.ui-grid-header-cell-wrapper {
display: block;
}

.ui-grid-header-cell-row {
display: block;
}

.ui-grid-header-cell {
display: block;
float: left;
Reply all
Reply to author
Forward
0 new messages