-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent greyout when dragging value with increment
Doesn't fully restore the original behavior, but at least prevent greyouts. Issue has been openen at underlying library in hopes to support incremental drags again. rstudio/DT#1123
- Loading branch information
Jasper Schelfhout
committed
Jan 31, 2024
1 parent
92a481b
commit 6929fd9
Showing
3 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: editbl | ||
Type: Package | ||
Version: 1.0.3 | ||
Date: 2024-01-04 | ||
Version: 1.0.3-9000 | ||
Date: 2024-01-31 | ||
Title: 'DT' Extension for CRUD (Create, Read, Update, Delete) Applications in 'shiny' | ||
Authors@R: c(person("Jasper", "Schelfhout", "", "[email protected]", | ||
role = c("aut", "cre")), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters