Skip to content

Commit

Permalink
JuliaComputing#55 enable multiple row selection by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Baumgold committed Mar 22, 2021
1 parent 4b265c1 commit 58499ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "TableView"
uuid = "40c74d1a-b44c-5b06-a7c1-6cbea58ea978"
version = "0.6.6"
version = "0.6.7"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
1 change: 1 addition & 0 deletions src/TableView.jl
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ function showtable(table, options::Dict{Symbol, Any} = Dict{Symbol, Any}();
options[:onCellValueChanged] = onCellValueChanged
options[:columnDefs] = coldefs
options[:multiSortKey] = "ctrl"
options[:rowSelection] = "multiple"

for e in ["onCellClicked", "onCellDoubleClicked", "onRowClicked", "onCellFocused", "onCellKeyDown"]
o = Observable{Any}(w, e, nothing)
Expand Down

0 comments on commit 58499ee

Please sign in to comment.