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.
我知道可以使用网格的摘要插件并将其停靠在网格的底部或顶部(在标题部分下方),但是我想知道这是否可能以及如何将摘要放在网格标题的正上方..
谢谢。
Evan Trimboli 给出了正确的提示:你可以调整summaryBar 的权重。这不会在运行时立即生效,因此要强制使用新的权重,您必须调用moveDocked:
moveDocked
panel.down('[itemId=summaryBar]').setWeight(99); panel.moveDocked(panel.down('[itemId=summaryBar]'), 'top');
https://fiddle.sencha.com/#fiddle/1g4c