I habe a GridPanel in Extjs and i just want to remove or hide its header toolbar. (The toolbar where the title and the searchbox is in). I just want the Gridpanels first element to be the column headers.
Any Ideas?
|
I habe a GridPanel in Extjs and i just want to remove or hide its header toolbar. (The toolbar where the title and the searchbox is in). I just want the Gridpanels first element to be the column headers. Any Ideas?
| |||
|
feedback
|
|
If you can't find a suitable config option, calling | |||
|
feedback
|
|
hideHeaders property of Ext.grid.GridPanel does the trick.
| |||
|
feedback
|
|
Have you tried setting the header config option to false? See below example:
| |||
|
feedback
|