Migration Guide to 3.x (2023-05-29)
SlickGrid is now jQuery free π
Changes
Replaced multiple-select with multiple-select-vanilla
multiple-select with multiple-select-vanilla// you can load `MultipleSelectOption` from either the new Multiple-Select-Vanilla lib or from Slickgrid-React (which is a re-export)
import { MultipleSelectOption } from 'slickgrid-react'; // still works, but is a re-export of the import shown below
+ import { MultipleSelectOption } from 'multiple-select-vanilla'; // preferred
filterOptions: {
- autoDropWidth: true, // removed and no longer required
} as MultipleSelectOptionSlickgrid-Universal
Editor/Filter params should be using editorOptions/filterOptions
params should be using editorOptions/filterOptionsFinal Note
File Size Comparisons
Last updated