This repository was archived by the owner on Jun 1, 2025. It is now read-only.
Minor Translation Fixes & new Styling of Checkbox Selector (row selection)
Fixes
- Column Picker and Grid Menu last 2 checkboxes (force fit column & synchronous resize) are now translated.
- this became possible with the latest version of Slickgrid
2.3.12
, make sure you have latest version installed
- this became possible with the latest version of Slickgrid
New functionalities
- Add GraphQL flag (
keepArgumentFieldDoubleQuotes
) to keep field with double quotes in query- that adds more flexibility of dealing with Complex Objects in a GraphQL query
- Refactored GraphQL Service properties to make it easier to use
- there's nothing remove though, just addition of properties like
columnDefinitions
andcolumnIds
that you can pass directly to the GraphQL Service options
- there's nothing remove though, just addition of properties like
- Add new CSS/SASS styling for the Checkbox Selector plugin (row selections)
- this requires latest version of Slickgrid
2.3.12
, so make sure you have latest installed - new SASS variables were also added to customize the checkbox even more (color, size, opacity)
- this requires latest version of Slickgrid