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/