• 1 simple - Basic use with minimal configuration
  • 2 formatters - Adding some formatting
  • 7 events - Handling events and context menu
  • 14 highlighting - Highlighting and flashing cells
  • 3 editing - Making it editable
  • 3a compound-editors - Writing compound editors
  • 3b editing with undo - Implementing undo
  • composite editor item details - Using a CompositeEditor to implement detached item edit form
  • totals via data provider - Implementing a totals row via a data provider
  • 04 model - (most comprehensive) Using filtered data view to drive the grid
  • 05 collapsing - Adding tree functionality (expand/collapse) to the grid
  • 06 ajax-loading - AJAX-loading data with search
  • 08 alternative display - Using pre-compiled micro-templates to render cells
  • 09 row reordering - Row selection & reordering
  • 10 async post-render - Using background post-render to add graphs
  • 11 auto-height - No vertical scrolling
  • 12 fill browser - Filling the whole window
  • 13 getItem sorting - Sorting by an index, getItem method
  • header row - Using fixed header row for quick filters
  • checkbox row select - Plugin: Checkbox row selectors with Checkbox SelectColumn plugin
  • spreadsheet - Spreadsheet: cell range selection, copy'n'paste and Excel-style formula editor
  • grouping - Interactive grouping and aggregates
  • colspan - Colspan
  • optimizing dataview - Optimizing DataView for 500.000 rows
  • explizit initialization - Explicit initialization
  • multi-column sort - Multi-column sorting
  • custom column value extractor - Using dataItemColumnValueExtractor option to specify a custom column value extractor
  • plugin headerbuttons - Plugin: Column header buttons
  • plugin headermenu - Plugin: Column header menu
  • autotooltips - Plugin: Auto tooltips