Skip to content

Commit cb12988

Browse files
committed
allow either table type
1 parent 26ec44a commit cb12988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TableView.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module TableView
33
using WebIO
44
using IndexedTables
55

6-
function showtable(t::IndexedTable; rows=1:100, colopts=Dict(), kwargs...)
6+
function showtable(t; rows=1:100, colopts=Dict(), kwargs...)
77
w = Widget(dependencies=["https://cdnjs.cloudflare.com/ajax/libs/handsontable/0.34.0/handsontable.full.js",
88
"https://cdnjs.cloudflare.com/ajax/libs/handsontable/0.34.0/handsontable.full.css"])
99
data = Observable{Any}(w, "data", [])

0 commit comments

Comments
 (0)