I understand I can hide grid column header using the code.
#gridid .x-grid3-hd-row { display:none; }
But I don't want to use any CSS change. How to do the same using JavaScript?
you can do it easily with adding this to Ext.grid.GridPanel to this way :
hideHeaders: true
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