grid的列可以通过鼠标拖拽来调整宽度,通过在列上配置resizable来实现.
效果:
注意:resizable属性默认是true,
<a:grid bindTarget="demo_ds" height="300" navBar="false" style="border:none" width="900">
<a:columns>
...
<a:column name="amount" prompt="可调整列" resizable="true" width="250"/>
...
</a:columns>
</a:grid>
Comments
0 Responses to the article暂时没有评论。
匿名用户不能发表评论
登录 | 注册