The Zapatec AJAX Datagrid Features
Sorting for various data typesClick on the header of a column to sort it. Sorting is available for various types including alphanumeric, integrs, dates, floating point numbers and more.
Limit the displayed rowsSlice and dice your data using a variety of controls.
Custom layoutIn addition to the default table based layout, you can use a callback to display the data in any layout.
Various load sourcesLoad the data from a HTML table, XML or JSON.
PagingProvide paging to control how many rows are displayed at one time.
CSS Based ThemesThe Datagrid look is controled via CSS. Choose from existing themes, or create your own.
Controls and FiltersAutomatic Controls and Filters can be defined to allow the user to have custom views of the data set in the grid.
Export GridYou can export the grid to a flatfile format. Useful to create a CSV (Comma Separated Values) to import into Excel.
Query ModificationsClient Side queries can be performed to change the data set. Useful to change the data on the client and submit changes to server.
Migrate Legacy Tables to Next Generation GridThere is a set of methods which allows you to migrate your legacy TABLES to the next generation Zapatec Datagrid. That is, you can migrate using ONLY the client side Zapatec Datagrid. This allows you to preserve your SERVER code.
Grid Cell PresentationYou can dynamically change the presentation of each cell in the grid. The cell presentation is separate from its internal value. That is, all sorting and data aggregation are preserved. Also, you can dynamically change the style for each cell of the grid.
ChartsCreate next generation charts. For example, you can use Macromedia Flash Player which creates FusionCharts.
Scrolling and Column HeadersYou can have the Zapatec Grid scroll vertically and horizontally. This is similar to the Window Freeze Panes option in Excel. |