Skip to content
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)

Compare
Choose a tag to compare
@ghiscoding ghiscoding released this 20 Dec 18:21
· 4318 commits to master since this release

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

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 and columnIds that you can pass directly to the GraphQL Service options
  • 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)