Obsolete Killed APIs - GerHobbelt/SlickGrid GitHub Wiki

Obsoleted / Removed / Killed APIs

options.cellHighlightCssClass

Default value: "selected"

A CSS class to apply to cells highlighted via setHighlightedCells()

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.

Candidates for obsoletion / adaptation / removal of any kind

setSelectedRows() & getSelectedRows()

See the notes above for setHighlightedCells(): these need to be made to work for the CellSelectionModel or otherwise...

onSelectedRowsChanged event

Ditto. We're always interested in ranges; rows are derived off those.