This repository was archived by the owner on Aug 29, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 72
Issue 435 - Table selected cell #444
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
6a97089
clean up console.log
alinastarkov 337d893
background set by relevantStyles instead of css
alinastarkov f9193f0
test cases
alinastarkov 27b26c7
clean up selected-row
alinastarkov d97979d
clean up css
alinastarkov f696f22
Merge branch 'master' of https://github.com/plotly/dash-table into Is…
alinastarkov fc73c83
Merge branch 'master' of https://github.com/plotly/dash-table into Is…
alinastarkov 0e6d73b
update CHANGELOG.md
alinastarkov 2557307
use column index instead of column id
alinastarkov 338c1ac
add selected cells for active cells
alinastarkov 8989ee0
clean up selected cell css
alinastarkov 91526ed
linting
alinastarkov 889e77e
keep selected--cell
alinastarkov b29e152
1d6465c
whitespace
alinastarkov 02c8981
Merge branch 'master' into Issue435
alinastarkov 3fc3997
new line
alinastarkov c6c319c
Ramnda function
alinastarkov 3064566
clean up css
alinastarkov 1dbf19d
clean up css
alinastarkov bf93f53
clean up css
alinastarkov 08821d3
Merge branch 'master' into Issue435
alinastarkov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -410,6 +410,7 @@ export default [ | |
| id: 'table', | ||
| editable: true, | ||
| selected_cells: [[1, 1], [1, 2], [1, 3], [2, 1], [2, 2], [2, 3], [3, 1], [3, 2], [3, 3]], | ||
| active_cell: [1, 1], | ||
| columns: [ | ||
| { | ||
| name: 'Column 1', | ||
|
|
@@ -444,6 +445,7 @@ export default [ | |
| id: 'table', | ||
| editable: true, | ||
| selected_cells: [[1, 1], [1, 2], [1, 3], [2, 1], [2, 2], [2, 3], [3, 1], [3, 2], [3, 3]], | ||
| active_cell: [1, 1], | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hum.. one has to wonder why these still work 🤔 |
||
| merge_duplicate_headers: true, | ||
| columns: [ | ||
| { | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔪 🕳️ 👍