Skip to content

Commit

Permalink
Merge pull request #489 from kojix2/table_style
Browse files Browse the repository at this point in the history
fix table style
  • Loading branch information
Shekharrajak authored Mar 1, 2019
2 parents aeae3f4 + ef0252b commit 940fe7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/daru/iruby/templates/dataframe.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<b> Daru::DataFrame<%= name ? ": #{name} " : ''%>(<%=nrows%>x<%=ncols%>) </b>
<table>
<table border="1" class="dataframe">
<%= table_thead %>
<%= table_tbody %>
</table>

0 comments on commit 940fe7e

Please sign in to comment.