assets.lib.SlickGrid.examples.index.html Maven / Gradle / Ivy
The newest version!
SlickGrid Examples
Examples
- Basic use with minimal configuration
- Adding some formatting
- Handling events
- Highlighting and flashing cells
- Making it editable
- Writing compound editors
- Implementing Undo
- Using a CompositeEditor to implement detached item edit form
- (most comprehensive) Using a filtered data view to drive the grid
- Adding tree functionality (expand/collapse) to the grid
- AJAX-loading data with search
- Using pre-compiled micro-templates to render cells
- Row selection & reordering
- Using background post-rendering to add graphs
- No vertical scrolling
- Filling the whole window
- Sorting by an index, getItem method
- Using fixed header row for quick filters
- Plugin: Checkbox row selectors with CheckboxSelectColumn plugin
- Spreadsheet: cell range selection, copy’n’paste and Excel-style formula editor
- Interactive grouping and aggregates.
- Colspan
- Optimizing DataView for 500’000 rows
- Explicit initialization
- Multi-column sorting
- Using dataItemColumnValueExtractor option to specify a custom column value extractor
- Plugin: Column header buttons
- Plugin: Column header menu
- Plugin: Auto tooltips