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

Error in the documentation? Can’t find what you are looking for? Let us know!