Skip to content

Initial release

Latest
Compare
Choose a tag to compare
@Shekharrajak Shekharrajak released this 20 Sep 15:49
· 42 commits to master since this release

This is Ruby gem for the jQuery Javascript library https://datatables.net/ . This gem is created to be used in daru-view. It can create table from Daru::DataFrame and Daru::Vector to display in webpages as well as IRuby notebook (There is some issue in IRuby in this version)
with features like pagination, sorting by column, option to choose number of rows to be displayed.

DataTable is very useful in loading large dataset and also we can load data into pieces.