Hi It looks like the Grid set the height of the header automatically. Can you check the content of each cells of the head part ? And also its computed style ?
Manu 2014-10-19 0:08 GMT+02:00 Ravinderjeet S. Nagpal <[email protected]>: > > <https://lh6.googleusercontent.com/-nXmkWe3YpF0/VELkF_S0bQI/AAAAAAAAAJw/AirZxMVbUZE/s1600/Untitled.png> > Hi Angular Team, Thanks in advance!!! > > I am trying Angular UI-grid by referring the examples. Though the grid was > rendered the data correctlybut grid header is not rendering as it should > be. This could be some css or java script i may have not included. So, I > have included below css & js files but not able to figure out why the > header is not rendering correctly. Can you please guide me on same. > > > <link href="css/jquery-ui.css" rel="stylesheet" type="text/css" /> > <link href="css/ui-grid.css" rel="stylesheet" type="text/css" /> > <link href="css/ui-grid-unstable.min.css" rel="stylesheet" type="text/css" > /> > > <script src="angularscripts/angular.min.js"></script> > <script src="angularscripts/angular-route.min.js"></script> > <script src="angularscripts/angular-resource.min.js"></script> > <script src="angularscripts/ui-grid.js"></script> > <script src="angularscripts/angular-touch.js"></script> > <script src="angularscripts/angular-animate.js"></script> > > <script type="text/css"> > .myGrid { > width: 500px; > height: 250px; > } > </script> > > -- > You received this message because you are subscribed to the Google Groups > "AngularJS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- Emmanuel DEMEY Ingénieur Etude et Développement Worldline, an atos company +33 (0)6 47 47 42 02 [email protected] Twitter : @EmmanuelDemey -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
