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.
各ノードのツリーグリッド アイコンは表示しません。
私は使用してみました: 1.「void」値を持つ「iconCls」構成。2. 「間違った」値の使用。
最後に、すべての行に「デフォルトのアイコン」という、私が期待したものと同じものがあります。
これらのアイコンを削除するフォームを知っている人はいますか?
全てに感謝。
必ずiconClsofを付けるようにしてくださいtreenode-no-icon。私は自分のモデルでそうします:
iconCls
treenode-no-icon
{name: 'iconCls', type: 'string', defaultValue: 'treenode-no-icon'},
次に、css に以下を含めます。
.treenode-no-icon { display : none !important; }