forked from mleibman/SlickGrid
-
Notifications
You must be signed in to change notification settings - Fork 3
Obsolete Killed APIs
Ger Hobbelt edited this page Sep 26, 2015
·
2 revisions
Default value: "selected"
A CSS class to apply to cells highlighted via setHighlightedCells()
Goes with options.cellHighlightCssClass.
Now we have selection models which drive this stuff. Though the SlickGrid-internal setSelectedRows() and getSelectedRows() -- and the usage thereof -- is regrettably linked to the RowSelectionModel only, so that would be counting for obsoleting those as well.
See the notes above for setHighlightedCells(): these need to be made to work for the CellSelectionModel or otherwise...
Ditto. We're always interested in ranges; rows are derived off those.
Resources
- API Reference
- Grid
- Grid Options
- Column Options
- Grid Events
- DataView
- Examples
- Providing data to the grid
- Plugins & Third-party packages
Learning
Tests
Contact/Support