rstudio / crosstalk

Inter-htmlwidget communication for R (with and without Shiny)

Home Page:http://rstudio.github.io/crosstalk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

filter_slider filters by a cutoff point instead of a range

XDeng0921 opened this issue · comments

Would it be possible to add a feature to filter_slider so that it can filter based on a number instead of range only? For example, filter rows with var>=cutoff point or var<=cutoff point, with user specifies the filtering direction.