dojox.grid.EnhancedGrid.plugins¶
Authors: | Zhu Xiao Wen |
---|---|
Project owner: | Nathan Toone |
Available: | since V.1.6 |
EnhancedGrid provides a plugin framework, which can support a rich set of new features as plugins. The followings are implemented in Dojo 1.6:
Plugin List¶
These plugins are loaded on demand, so they must be required and declared before being used.
- Filter - Support for defining rules to filter grid content in various data types.
- Exporter - Support for exporting grid content to various formats.
- Printer - Provide convenient ways to printing grid.
- Selector - Unified extended selection support for rows, columns and cells.
- DnD - Drag-and-drop support for rows/columns/cells, both within grid and out of grid.
- Pagination - A different approach to work with huge data set besides the default virtual scrolling way
- CellMerge - Support for merging adjacent cells within a row.
- Cookie - Persistence of grid preferences, like column width, column order and sorting order.
- Search - Support for searching the grid by regular expressions as well as wildcard pattern.
See Also¶
- dojox.grid.DataGrid - The base grid
- dojox.grid.EnhancedGrid - The enhanced grid supporting plugins
- dojox.grid.TreeGrid - Grid with collapsable rows and model-based (dijit.tree.ForestStoreModel) structure