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

feat(styling): add frozen on all possible elements with SASS variables #138

Merged
merged 4 commits into from
Oct 7, 2020

Commits on Oct 5, 2020

  1. feat(styling): add frozen on all possible elements with SASS variables

    - add frozen to both the pre-header & header columns
    - add SASS variables to customize border on these 3 properties (pre-header, header, header-row aka filter row)
    Ghislain Beaulac authored and Ghislain Beaulac committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    4b99615 View commit details
    Browse the repository at this point in the history
  2. 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))
    Ghislain Beaulac authored and Ghislain Beaulac committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    094daad View commit details
    Browse the repository at this point in the history
  3. refactor(core): properly check when grid has frozen columns

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

Commits on Oct 6, 2020

  1. refactor(core): add frozen header width calc diff override

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