Groups
Groups
Sign in
Groups
Groups
Angular and AngularJS discussion
Conversations
Labels
About
Send feedback
Help
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 AM
3/23/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
3/25/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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