Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core): don't override alwaysShowVerticalScroll flag #600

Merged
merged 3 commits into from
Oct 14, 2020

Commits on Oct 7, 2020

  1. WIP - fix(core): don't override alwaysShowVerticalScroll flag

    - the `alwaysShowVerticalScroll` flag should be dealt directly in the core and it should never show vertical scroll on left frozen container, even when the `alwaysShowVerticalScroll` is set to True (see core lib [PR #537](6pac/SlickGrid#537))
    - requires core lib [PR #537](6pac/SlickGrid#537) to be merged and released
    Ghislain Beaulac authored and Ghislain Beaulac committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    48f8eeb View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. refactor(core): update to latest SlickGrid version

    Ghislain Beaulac authored and Ghislain Beaulac committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    6a01075 View commit details
    Browse the repository at this point in the history
  2. examples: tweak GraphQL example description

    Ghislain Beaulac authored and Ghislain Beaulac committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    e942b7b View commit details
    Browse the repository at this point in the history