FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · plotdb/sheet · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
plotdb
/
sheet
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Aug 27, 2026
- explain why the commented out overscroll pass-through stays commented out
Show description for 089b6f1
zbryikt
committed
089b6f1
View commit details
Copy full SHA for 089b6f1
Browse repository at this point
- bump version
zbryikt
committed
9c21263
View commit details
Copy full SHA for 9c21263
Browse repository at this point
- fix bug: `enableScrolling: false` stops taking the wheel yet the sheet still swallows the scroll
Show description for 300c8ab
zbryikt
committed
300c8ab
View commit details
Copy full SHA for 300c8ab
Browse repository at this point
- bump version
zbryikt
committed
5577b16
View commit details
Copy full SHA for 5577b16
Browse repository at this point
- fix bug: `repeat(0, max-content)` collapses every track when a sheet has no index / fixed row-col
Show description for e14ea2f
zbryikt
committed
e14ea2f
View commit details
Copy full SHA for e14ea2f
Browse repository at this point
Commits on Aug 25, 2026
- bump version
zbryikt
committed
254870c
View commit details
Copy full SHA for 254870c
Browse repository at this point
- fix bug: whole row / column / `select all` copy includes one extra empty row and column
Show description for 1a8ae8e
zbryikt
committed
1a8ae8e
View commit details
Copy full SHA for 1a8ae8e
Browse repository at this point
Commits on Aug 20, 2026
- bump version
zbryikt
committed
54e7f89
View commit details
Copy full SHA for 54e7f89
Browse repository at this point
- fix bug: `select all` bound grows as we scroll
Show description for fe137d4
zbryikt
committed
fe137d4
View commit details
Copy full SHA for fe137d4
Browse repository at this point
- fix bug: `Math.max.apply` over `@_data` gives NaN once `@_data` becomes sparse
Show description for 9ab2a9a
zbryikt
committed
9ab2a9a
View commit details
Copy full SHA for 9ab2a9a
Browse repository at this point
- add `scrollbar` option for optional overlay scrollbars
Show description for b1cb00a
zbryikt
committed
b1cb00a
View commit details
Copy full SHA for b1cb00a
Browse repository at this point
- support horizontal scrolling with shift + wheel, for mouse with vertical wheel only
zbryikt
committed
87d0326
View commit details
Copy full SHA for 87d0326
Browse repository at this point
- upgrade dependencies
Show description for a3be543
zbryikt
committed
a3be543
View commit details
Copy full SHA for a3be543
Browse repository at this point
Commits on Jun 13, 2026
- fix bug: pasting HTML table with whitespace/newlines in cell content causes unexpected line breaks due to `white-space: pre`
Show description for 99174a0
zbryikt
committed
99174a0
View commit details
Copy full SHA for 99174a0
Browse repository at this point
upgrade dependencies
zbryikt
committed
d7c3ee7
View commit details
Copy full SHA for d7c3ee7
Browse repository at this point
Commits on Jan 16, 2025
- support number formatting based on d3-format
Show description for 125444b
zbryikt
committed
125444b
View commit details
Copy full SHA for 125444b
Browse repository at this point
Commits on Jan 14, 2025
- upgrade dependencies
Show description for d488210
zbryikt
committed
d488210
View commit details
Copy full SHA for d488210
Browse repository at this point
- fix bug: selection moving with arrow keys beyond top / left with frozen cells doesn't work correctly
zbryikt
committed
0c04844
View commit details
Copy full SHA for 0c04844
Browse repository at this point
- tweak textarea focus rule to prevent race condition in focus between multiple sheets
zbryikt
committed
e588090
View commit details
Copy full SHA for e588090
Browse repository at this point
Commits on Sep 20, 2024
update package.json based on npm auto-correction hint
zbryikt
committed
04a1654
View commit details
Copy full SHA for 04a1654
Browse repository at this point
- add `ctrl` (keycode 17) in the skip list when reacting to keyboard events.
Show description for 965b368
zbryikt
committed
965b368
View commit details
Copy full SHA for 965b368
Browse repository at this point
Commits on Apr 26, 2024
- fix bug: keydown cause exception if selection is out of viewport after scrolled.
Show description for b9d7c03
zbryikt
committed
b9d7c03
View commit details
Copy full SHA for b9d7c03
Browse repository at this point
Commits on Apr 18, 2024
- call `focus` with `preventScroll: true` in render-selection to prevent scrolling from non-interaction update.
Show description for de8b892
zbryikt
committed
de8b892
View commit details
Copy full SHA for de8b892
Browse repository at this point
Commits on Nov 30, 2023
- skip cell copy/cut if we are editing in textarea to preserve content editing experience.
Show description for c8a5e8a
zbryikt
committed
c8a5e8a
View commit details
Copy full SHA for c8a5e8a
Browse repository at this point
- add `enableScrolling` option for enabling scrolling which by default is true
Show description for 2af26e6
zbryikt
committed
2af26e6
View commit details
Copy full SHA for 2af26e6
Browse repository at this point
Commits on Oct 18, 2023
- tweak scroll controller speed
Show description for 95007c9
zbryikt
committed
95007c9
View commit details
Copy full SHA for 95007c9
Browse repository at this point
Commits on Oct 10, 2023
- bug fix: check `ccfg` existence before using it
Show description for 0c28971
zbryikt
committed
0c28971
View commit details
Copy full SHA for 0c28971
Browse repository at this point
Commits on Sep 16, 2023
update README to correct current lib size
zbryikt
committed
316a94d
View commit details
Copy full SHA for 316a94d
Browse repository at this point
Commits on Sep 15, 2023
- bug fix: sliders is covered by grid due to z-index issue
Show description for cbba6ac
zbryikt
committed
cbba6ac
View commit details
Copy full SHA for cbba6ac
Browse repository at this point
- bug fix: change isn't fired when editing
Show description for efd43e5
zbryikt
committed
efd43e5
View commit details
Copy full SHA for efd43e5
Browse repository at this point
- simplify `opt.cellcfg` to `_ccfg`
Show description for 71eb8e3
zbryikt
committed
71eb8e3
View commit details
Copy full SHA for 71eb8e3
Browse repository at this point
- audit fix
Show description for f081b5c
zbryikt
committed
f081b5c
View commit details
Copy full SHA for f081b5c
Browse repository at this point
- support `cellcfg()` for customizing cells with `readonly` and `class` type.
Show description for 8b04e30
zbryikt
committed
8b04e30
View commit details
Copy full SHA for 8b04e30
Browse repository at this point
Commits on Sep 13, 2023
- fix bug: IME composition isn't working at the first keystroke to enter editing mode.
zbryikt
committed
aa23a50
View commit details
Copy full SHA for aa23a50
Browse repository at this point
- support shift + arrow key to extend selection.
zbryikt
committed
15d16a6
View commit details
Copy full SHA for 15d16a6
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL