Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想更改网格的默认标题模板。我不知道要设置什么配置或属性。我尝试了“renderTpl”、“tpl”、“metaRowTpl”,但这些属性与网格中的行相关,我想在其中更改标题。
任何示例或链接都会很棒。
像上图一样,我希望在文本来自数据库的位置之间有额外的标题/行/列标题(基本上它是过滤器信息)。
您可以使用以下命令更改标题文本
yourGrid.getView().getHeaderAtIndex(columnIndex).setText('Header Text');
http://jsfiddle.net/alexrom7/YNTuN/3/