Ext.grid.Panel 表头隐藏


其实就是想找找Ext.grid.Panel 的表头怎么设置隐藏,

找半天一直是什么列隐藏,最后还是挨个找API才找到;

还是留个笔记方便以后用

hideHeaders : Boolean 

True to hide column headers.

Defaults to:

false


你可能感兴趣的:(extjs)