-
Notifications
You must be signed in to change notification settings - Fork 424
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: 3.0.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: 6pac/SlickGrid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 53 files changed
- 2 contributors
Commits on Nov 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 62a6618 - Browse repository at this point
Copy the full SHA 62a6618View commit details
Commits on Dec 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 041c716 - Browse repository at this point
Copy the full SHA 041c716View commit details
Commits on Dec 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9e3d948 - Browse repository at this point
Copy the full SHA 9e3d948View commit details -
fix: cell selection in Firefox not working, fixes #714 (#715)
Configuration menu - View commit details
-
Copy full SHA for 3583ffc - Browse repository at this point
Copy the full SHA 3583ffcView commit details
Commits on Jan 30, 2023
-
chore: update GitHub Actions to use latest versions (#720)
- update a few GitHub Actions plugins to their latest versions
Configuration menu - View commit details
-
Copy full SHA for 15764ae - Browse repository at this point
Copy the full SHA 15764aeView commit details
Commits on Feb 3, 2023
-
fix: horizontal scrolling can cause screen flickering (#722)
- add a delay of a cycle to avoid screen flickering that we observed to be worst in Chrome and Salesforce. This small delay of 1 cycle is enough to remove the flickering - the process is that when the grid is being scrolled horizontally, it has to change the scroll position of every other div container that might exist (preheader, headerrow, footer) and if we change the position at the same time as the grid scroll it can cause flickering
Configuration menu - View commit details
-
Copy full SHA for 0d4d943 - Browse repository at this point
Copy the full SHA 0d4d943View commit details -
feat(dataView): add option to apply row selection to all pages (#716)
* feat(dataView): add option to apply row selection to all pages - supersede #689, most Grid & DataView changes were kept with some small changes & fixes, also added more Cypress E2E tests - when having pages and `syncGridSelection` is called with `preserveHiddenOnSelectionChange`, clicking on Select All checkbox: - it will apply row selections on all rows - if nothing is selected and we filter data, then we click on Select All, it will apply row selections only to the item being filtered and if we remove filters then the Select All is not expect to be selected * chore: rollback slick.grid.js changes - the changes to slick.grid.js should be applied in a different PR and there's also one opened for this * chore: add selected rows ids to onSelectedRowIdsChanged * chore: add option to apply grid row selection with setSelectedIds * chore: rename option to better represent applying row selection to grid * chore: change setSelectedIds option defaults * chore: show setSelectedIds options * chore: add demo & tests for row selection on multiple pages * chore: use setSelectedIds new option object instead of boolean arg * chore: fix indentation
Configuration menu - View commit details
-
Copy full SHA for 6e4e83a - Browse repository at this point
Copy the full SHA 6e4e83aView commit details
Commits on Feb 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 83370b3 - Browse repository at this point
Copy the full SHA 83370b3View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.0.2...3.0.3