[Grid] ?????

2014-03-11 10:38:18by ???

Grid列调整宽度

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>
      
Demo
  1. ?????
Attachments
  1. grid_resize.rar

Comments

0 Responses to the article

暂时没有评论。

发表评论