-
Notifications
You must be signed in to change notification settings - Fork 424
Comparing changes
Open a pull request
base repository: 6pac/SlickGrid
base: 2.4.2
head repository: 6pac/SlickGrid
compare: 2.4.3
- 16 commits
- 10 files changed
- 4 contributors
Commits on Sep 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b77505b - Browse repository at this point
Copy the full SHA b77505bView commit details
Commits on Jan 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8124d20 - Browse repository at this point
Copy the full SHA 8124d20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 753efa8 - Browse repository at this point
Copy the full SHA 753efa8View commit details
Commits on Feb 1, 2019
-
add logging to row reordering example to facilitate debugging, add de…
…nyPaste option to column definition to prevent pasting to column.
Configuration menu - View commit details
-
Copy full SHA for b74db38 - Browse repository at this point
Copy the full SHA b74db38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db4433 - Browse repository at this point
Copy the full SHA 4db4433View commit details -
Merge pull request #330 from 6pac/feat/formatter-title-attribute
feat(formatter): add toolTip to Formatter with extended object
Configuration menu - View commit details
-
Copy full SHA for 0036d8a - Browse repository at this point
Copy the full SHA 0036d8aView commit details -
Merge pull request #270 from budden/simpler-fix-to-drifting-page-down
Minimal change to fix drifting page down
Configuration menu - View commit details
-
Copy full SHA for 055053b - Browse repository at this point
Copy the full SHA 055053bView commit details
Commits on Feb 3, 2019
-
Merge pull request #327 from jadjare/bugfix/frozen_column_mousewheel_…
…scrolling Fix grid scrolling using mouse wheel, when frozen column/row is set after the grid is initialised
Configuration menu - View commit details
-
Copy full SHA for 09737ff - Browse repository at this point
Copy the full SHA 09737ffView commit details
Commits on Feb 6, 2019
-
fix(examples): simple button alignement fixes (#335)
- all frozen examples have the "set" button in the wrong location, it's a simply styling visual fix
Configuration menu - View commit details
-
Copy full SHA for 217365e - Browse repository at this point
Copy the full SHA 217365eView commit details -
fix(selector): cell range selector was not working when at bottom (#331)
* fix(selector): cell range selector was not working when at bottom - the issue was that if user open the example "example-frozen-columns-and-rows-spreadsheet.html" and he scrolls completely at the bottom of the frozen grid (bottom right) and try to select a cell range, it was not selecting properly * fix(selector): cell range selector work with frozen and regular grid * refactor(selector): simplify the code and fix indentation and format * refactor(selector): remove else condition but keep regular if * refactor(selector): change code as per comment in PR
Configuration menu - View commit details
-
Copy full SHA for dcf8194 - Browse repository at this point
Copy the full SHA dcf8194View commit details
Commits on Feb 7, 2019
-
fix(selection): copy text selection now working (#333)
- onSelectedRowsChanged should ONLY trigger when new selected rows are different compare to previously selected rows - the issue comes from "slick.checkboxselectcolumn.js" that has a subscribe to "onSelectedRowsChanged" and when copying text selection, this was triggering a row selection (which is incorrect when row was already selected and doesn't change) and this in turn was calling an "invalidateRow" which finally removes focus of the cell
Configuration menu - View commit details
-
Copy full SHA for 692785a - Browse repository at this point
Copy the full SHA 692785aView commit details -
fix(selector): cell selector throws error in console when no scroll (#…
…337) - the error is not showing up if user tried scrolling at first, the small issue is related to the fact that 2 variables scrollTop, scrollLeft were not initialized
Configuration menu - View commit details
-
Copy full SHA for aa54eae - Browse repository at this point
Copy the full SHA aa54eaeView commit details
Commits on Feb 8, 2019
-
fix(selector): cell selector throws error in console when no scroll (#…
…338) * fix(selector): cell selector throws error in console when no scroll - the error is not showing up if user tried scrolling at first, the small issue is related to the fact that 2 variables scrollTop, scrollLeft were not initialized * fix(selector): cell selection on frozen area incorrect after scrolling
Configuration menu - View commit details
-
Copy full SHA for beaa586 - Browse repository at this point
Copy the full SHA beaa586View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcab948 - Browse repository at this point
Copy the full SHA fcab948View commit details
Commits on Feb 9, 2019
-
Merge pull request #339 from 6pac/bugfix/overflow-scrolling
fix(overflow-scrolling): remove old patch now unnecessary, closes #332
Configuration menu - View commit details
-
Copy full SHA for f44a398 - Browse repository at this point
Copy the full SHA f44a398View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fe0fb2 - Browse repository at this point
Copy the full SHA 6fe0fb2View commit details
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 2.4.2...2.4.3