Skip to content

Commit d9c48b2

Browse files
authored
Merge pull request #69 from baumgold/55-row-selection
#55 enable multiple row selection by default
2 parents ae4b5ad + 58499ee commit d9c48b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "TableView"
22
uuid = "40c74d1a-b44c-5b06-a7c1-6cbea58ea978"
3-
version = "0.6.6"
3+
version = "0.6.7"
44

55
[deps]
66
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

src/TableView.jl

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ function showtable(table, options::Dict{Symbol, Any} = Dict{Symbol, Any}();
155155
options[:onCellValueChanged] = onCellValueChanged
156156
options[:columnDefs] = coldefs
157157
options[:multiSortKey] = "ctrl"
158+
options[:rowSelection] = "multiple"
158159

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

0 commit comments

Comments
 (0)