jimhester / knitrBootstrap

A framework to create bootstrap styled HTML reports from knitr Rmarkdown.
Other
274 stars 61 forks source link

feature request: jquerry DataTables #24

Closed meissnert closed 11 years ago

meissnert commented 11 years ago

First of all, this is a great package! Thank you. Would be cool if you could add jquerrry DataTables (https://datatables.net/) to improve the handling of large HTML Tables.

jimhester commented 11 years ago

Thank you for the suggestion, I will think about adding support into the package although, but in the meantime look at @lcolladotor's use of the http://github.com/ramnathv/rCharts package along with knitrBootstrap to do what you are asking. Note you need to explicitly add the script yourself in your Rmd file, see https://github.com/jimhester/knitrBootstrap/issues/21

example source: https://gist.github.com/lcolladotor/6445586 result: http://rpubs.com/lcollado/8114

meissnert commented 11 years ago

Thanks for the fast reply! Took me a view minutes to figure out that the dTable() function ist still in the dev branch of rCharts, but I got it to work now! Thx alot.