These plugins aim to add additional spreadsheet type functionality to SlickGrid.
This adds a filter to the column header, displaying an ordered list of the values that can be selected or un-selected to filter.
The plugin relies on the grid data being sourced from a DataView as it handles the filtering.
This plugin creates additional overlays/adorners for the grid.
- Rows and Grids are hilighted based on the selected cell
- The selected cell has a full border around it, including a handle to enable a Fill Down type functionality
For examples of the both plugins see:
http://danny-sg.github.io/slickgrid-spreadsheet-plugins/examples/example-1-everything.htm (Excel style)
http://danny-sg.github.io/slickgrid-spreadsheet-plugins/examples/example-2-everything.htm (Google Docs style)