I am using ui-grid for displaying data. I want to hide the column header. Is there any property for this cause? Thanks
Based on Angular-ui Change log
The hideHeader
option has been changed to showHeader
To migrate, change your code from the following:
hideHeader: true
To:
showHeader: false
neither showHeader nor hideHeader did anything for me. I used this:
headerCellTemplate: '<div></div>'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With