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.
列のあるグリッドビューがあります。ここに例:
{ xtype: 'gridcolumn', header: '№', dataIndex: 'number' },
コンテンツごとに列のサイズを自動化する方法はありますか?
ありがとう!
はい、flex プロパティを使用してください。
例:
column1 flex: 1 column2: flex: 1 |-----Column 1-----|-----Column 2-----| column1 flex: 2 column2: flex: 1 |--------Column 1--------|--Column 2--|