我有一个 flex 应用程序,我在其中使用高级数据网格显示登录数据。是否可以通过页面方式显示此高级数据网格中的数据?如果是这样,您是否有任何示例编码来执行此操作。谢谢
Manilka
问问题
4369 次
2 回答
1
这是我认为可能对您有所帮助的示例:http: //gurufaction.blogspot.com/2007/02/flex-datagrid-paging-example-with.html
SWF: http://develop.gurufaction.com/App.swf
MXML:http: //develop.gurufaction.com/src/App.mxml
于 2009-02-05T18:59:26.580 回答
0
You can use the "filterFunction". Write a custom function to filter data according on which "page" you are browsing.
Another solution is to split the original array to get several array which will be assigned according to the current page.
于 2009-02-16T16:19:06.367 回答