Migration Guide to 3.x (2023-05-29)
SlickGrid is now jQuery free (2023-05-29) π
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-Universal (which is a re-export)
import { MultipleSelectOption } from '@slickgrid-universal/common'; // 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
File
before
after
diff
% diff
Last updated