Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 6pac/SlickGrid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.4.35
Choose a base ref
...
head repository: 6pac/SlickGrid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.4.36
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on May 17, 2021

  1. fix: left frozen section shoudn't go over viewport width, fix #473 (#607

    )
    
    - fixes #473
    - with frozeen grid, we have 2 horizontal scrolling and if any of the column width on the left section goes over the viewport total width then we completely lose the scrolling on the right section (as described in issue #473)
    ghiscoding authored May 17, 2021
    Configuration menu
    Copy the full SHA
    f229917 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. fix: setOptions should call setOverflow when changing frozenColum…

    …ns (#608)
    
    - if we change from a regular grid to a frozen grid dynamically by calling `setOptions({ frozenColumn: 2 })` then it should call `setOverflow` to redo the associated css overflow. This PR does just that and prior to this PR the overflow was just reset and sometime the scrolling was showing up on the left section when it shouldn't
    ghiscoding authored May 18, 2021
    Configuration menu
    Copy the full SHA
    4af8c72 View commit details
    Browse the repository at this point in the history
  2. release v2.4.36

    6pac committed May 18, 2021
    Configuration menu
    Copy the full SHA
    b79203d View commit details
    Browse the repository at this point in the history
Loading