shinytreeview icon indicating copy to clipboard operation
shinytreeview copied to clipboard

Hierarchical tree input for Shiny apps

Results 8 shinytreeview issues
Sort by recently updated
recently updated
newest added

Hi -- first, thanks for the great package! One question: currently, the `selected=` argument in `treecheckInput()` allows to specify the initial selection by value. It works well when the leaves...

Hello, In the docs there is an example for expand/collapse. I justed wanted to let you know that the actionButton "expandWAfrica" cannot work, because ```nodes_input = TRUE``` isn't set in...

Could there be an option to return the full tree value when the last item is clicked?

Hi, Is there a way to change the value of the tree input on the client? Something like what `updateCheckboxGroupInput` does for `checkboxGroupInput`. What I would like to include in...

Hi @pvictor , Thank you so much for this package. Is there a way in which the menu can automatically collapse back once a country is selected? ` library(shiny) library(shinytreeview)...

This opens for passing javascript functions to options such as lazyLoad and onNodeRendered

I modified the radioButtons in the sample code to checkboxGroupInput, and then changed multiple to T. The purpose is to enable multi-select operations, and when operating check boxes, you can...

According to the sample code, after adding this search function on the server side. By default, all levels will be expanded and all countries will meet the conditions. ` searchTreeview(...