crosstalk icon indicating copy to clipboard operation
crosstalk copied to clipboard

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

Results 82 crosstalk issues
Sort by recently updated
recently updated
newest added

Posted this on [StackOverflow](https://stackoverflow.com/questions/74154535/how-to-order-checkbox-options-from-crosstalk) too: I'm using checkbox filters to filter a reactable table. By default, the checkboxes are ordered alphabetically. I want to override this, and sort by e.g....

Being on the receiving end of **filter_checkbox**, it was a surprise to get a _null_ instead of _[ ]_ or _[all keys]_ on first checkbox **de-select**. Workaround on our end:...

I am trying to use `crosstalk` to filter a `plotly` chart. I use `crosstalk`'s `filter_select` to (un)filter a `plotly` chart. When using the reprex below trying to select a flower...

The Highlight in a plotly figure breaks when fixed group argument is used in SharedData$new(). I think it is a crosstalk and not a plotly issue, but please correct me...

If you reload a page in Firefox, it remembers the state of checkboxes. With `filter_checkbox` the state of the filter is not set to match this after the reload. Apparently...

Hi @cpsievert & crosstalk devs, I've recently just realized that the `selection` is not updated properly when the data only has a single row. A reprex is below: ``` #...

Would it be possible, please, to add a selected parameter cf for shiny selectInput i.e "The initially selected value (or multiple values if multiple = TRUE). If not specified then...

This is the same in concept to issue #107, however, that issue was for leaflet and my request is for a plotly plot. Essentially, I have a large plot with...

I’ve created sidebar one for categorical and second one for numerical variables. My objective is to create a box plot as per selection of a categorical and numerical variable. But...

Minimal reproducible example here (flexdashboard): [https://github.com/papapalpatine/Bugs/blob/master/FilterSlider_DataTable_Bug.Rmd](https://github.com/papapalpatine/Bugs/blob/master/FilterSlider_DataTable_Bug.Rmd) Basically, I can either have a data table, or have a filter slider that can use dates, but if I try to have both,...