We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ec44a commit cb12988Copy full SHA for cb12988
src/TableView.jl
@@ -3,7 +3,7 @@ module TableView
3
using WebIO
4
using IndexedTables
5
6
-function showtable(t::IndexedTable; rows=1:100, colopts=Dict(), kwargs...)
+function showtable(t; rows=1:100, colopts=Dict(), kwargs...)
7
w = Widget(dependencies=["https://cdnjs.cloudflare.com/ajax/libs/handsontable/0.34.0/handsontable.full.js",
8
"https://cdnjs.cloudflare.com/ajax/libs/handsontable/0.34.0/handsontable.full.css"])
9
data = Observable{Any}(w, "data", [])
0 commit comments