Categories
Flex

Flex – Paginated Datagrid

Here is a small component i wrote for implementing a paginated Datagrid on flex. This component extends dataGrid, displaying only a set of records at a time, thereby organizing the entire collection into ‘pages’. This component arranges the collection specified under the ‘dataProvider’ attribute into ‘pages’. Displays a footer at the bottom Indicates currently displayed […]