commit | eaef431224b33d36003dcb78d6e2e03c4e727eaf | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Wed Jan 10 17:05:23 2018 -0500 |
committer | Hao Zhu <haozhu233@gmail.com> | Wed Jan 10 17:05:23 2018 -0500 |
tree | b3d75762384ef24772010126e897543e82433df5 | |
parent | 2502807e5f53919d3abf1545c0048a28ac396cbb [diff] [blame] |
add custom print & knit_print method to display HTML table on the run
diff --git a/inst/htmlwidgets/kableWidget.yaml b/inst/htmlwidgets/kableWidget.yaml new file mode 100644 index 0000000..8f93b21 --- /dev/null +++ b/inst/htmlwidgets/kableWidget.yaml
@@ -0,0 +1,6 @@ +dependencies: + - name: bootstrap + version: 3.3.7 + src: htmlwidgets/lib/bootstrap-3.3.7-table + script: bootstrap.min.js + stylesheet: bootstrap.min.css