rob-white / slickgrid-spreadsheet-plugins

Input Search in Header Filter Similar to Excel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slickgrid-spreadsheet-plugins

These plugins aim to add additional spreadsheet type functionality to SlickGrid.

Filter (ext.headerfilter.js)

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.

Overlays (ext.overlays.js)

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)

About

Input Search in Header Filter Similar to Excel

License:MIT License


Languages

Language:JavaScript 92.2%Language:HTML 4.4%Language:CSS 3.4%