Skip to content

Commit 940fe7e

Browse files
authored
Merge pull request #489 from kojix2/table_style
fix table style
2 parents aeae3f4 + ef0252b commit 940fe7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<b> Daru::DataFrame<%= name ? ": #{name} " : ''%>(<%=nrows%>x<%=ncols%>) </b>
2-
<table>
2+
<table border="1" class="dataframe">
33
<%= table_thead %>
44
<%= table_tbody %>
55
</table>

0 commit comments

Comments
 (0)