From 9256b93fea0aa51c197ab646914e10dabf369a98 Mon Sep 17 00:00:00 2001 From: Thomas Siegmund Date: Sun, 15 Jan 2017 16:45:43 +0100 Subject: [PATCH] Adding D3TableFilter to the widgets list Hi Joe, D3TableFilter now fully supports crosstalk. Thanks once more for your amazing work! Best Thomas --- docs/widgets.Rmd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/widgets.Rmd b/docs/widgets.Rmd index 970bb84..e125f4a 100644 --- a/docs/widgets.Rmd +++ b/docs/widgets.Rmd @@ -72,3 +72,17 @@ devtools::install_github("rstudio/DT") --- + + +[![D3TableFilter screenhsot](thumbnails/d3tf.png){.widget-thumbnail}](https://github.com/ThomasSiegmund/D3TableFilter) + +### [D3TableFilter](https://github.com/ThomasSiegmund/D3TableFilter) + +**Author:** [Thomas Siegmund](https://github.com/ThomasSiegmund) + +D3TableFilter is a versatile table widget, based on [TableFilter](https://github.com/koalyptus/TableFilter) and D3. It supports advanced filtering, sorting, editing, and styling of tables using D3. + +```r +devtools::install_github("ThomasSiegmund/D3TableFilter") +``` +