shinyfilter: Use Interdependent Filters on Table Columns in Shiny Apps

Allows to connect 'selectizeInputs' widgets as filters to a 'reactable' table. As known from spreadsheet applications, column filters are interdependent, so each filter only shows the values that are really available at the moment based on the current selection in other filters. Filter values currently not available (and also those being available) can be shown via popovers or tooltips.

Version: 0.1.1
Depends: R (≥ 3.5.0)
Imports: shiny, reactable, shinyBS, shinyjs, stringr
Published: 2021-05-10
Author: Joachim Zuckarelli ORCID iD [aut, cre]
Maintainer: Joachim Zuckarelli <joachim at zuckarelli.de>
BugReports: https://github.com/jsugarelli/shinyfilter/issues
License: GPL-3
URL: https://github.com/jsugarelli/shinyfilter/
NeedsCompilation: no
Materials: README NEWS
CRAN checks: shinyfilter results

Documentation:

Reference manual: shinyfilter.pdf

Downloads:

Package source: shinyfilter_0.1.1.tar.gz
Windows binaries: r-devel: shinyfilter_0.1.1.zip, r-release: shinyfilter_0.1.1.zip, r-oldrel: shinyfilter_0.1.1.zip
macOS binaries: r-release (arm64): shinyfilter_0.1.1.tgz, r-oldrel (arm64): shinyfilter_0.1.1.tgz, r-release (x86_64): shinyfilter_0.1.1.tgz
Old sources: shinyfilter archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=shinyfilter to link to this page.