-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
I've just tried playing with headerRowHeight
, with no success - the height remains the same.
There's also no example for this in the tutorial, but it does appear in the documentation: http://ui-grid.info/docs/#/api/ui.grid.class:GridOptions
In addition, I'm checking showHeader
- when checking headerRowHeight
, it stays 30 no matter what - even when I set showHeader
to false (which is supposed to set headerRowHeight
to 0...).
You can see the headerRowHeight
value in the console after clicking the toggle button. It's always 30.
Here's the plnkr:
http://plnkr.co/edit/CPzoOkEQ3VnK4oa6a5pA?p=preview