Skip to content

Commit

Permalink
Merge pull request #69 from baumgold/55-row-selection
Browse files Browse the repository at this point in the history
#55 enable multiple row selection by default
  • Loading branch information
pfitzseb authored Mar 23, 2021
2 parents ae4b5ad + 58499ee commit d9c48b2
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 d9c48b2

Please sign in to comment.