Skip to content

Commit 08f035e

Browse files
author
Shashi Gowda
authored
Merge pull request #4 from davidanthoff/iterabletables
Make it work with any iterable table
2 parents 236bf39 + 7369d40 commit 08f035e

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
@@ -114,4 +114,6 @@ function showtable(t::Union{DNDSparse, NDSparse}; rows=1:100, colopts=Dict(), kw
114114
w
115115
end
116116

117+
showtable(t; kwargs...) = showtable(table(t); kwargs...)
118+
117119
end # module

0 commit comments

Comments
 (0)