Skip to content

Commit 7369d40

Browse files
committed
Make it work with any iterable table
1 parent 52aaecd commit 7369d40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TableView.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,6 @@ function showtable(t::Union{DNDSparse, NDSparse}; rows=1:100, colopts=Dict(), kw
112112
w()
113113
end
114114

115+
showtable(t; kwargs...) = showtable(table(t); kwargs...)
116+
115117
end # module

0 commit comments

Comments
 (0)