Skip to main content

All Questions

1 vote
2 answers
158 views

How to use Tooltip with virtualSelectInput in R Shiny to show filter values if text is long and hidden by ellipsis

I've a R shiny application in which I am using virtualSelectInput to show list of values for my filter. But some of my text values are long and the dropbox hides them by ellipsis(...). I see that the ...
Shubham's user avatar
  • 59
0 votes
0 answers
45 views

Why are the treeInput expanders disappearing?

This is reproducible: Expand 'Filter' Expand 'Solutions' Expand 'Sectors' Expand 'Solutions' and now the carets that control the treeInput are gone. Is this a bug in shinyDashboard or treeInput or ...
Eddie Rowe's user avatar
2 votes
2 answers
154 views

How can I prevent pickerInput options in a shinydashboard sidebar menu from cutting off when the mouse moves outside the sidebar?

I've added a shinywidgets::pickerInput into my R shinydashboard sidebarMenu. When the pickerInput is open, and the cursor is hovered over it, I can see all 5 options in the pickerInput no problem. ...
Cath's user avatar
  • 67
1 vote
1 answer
238 views

Handling NA values with pickerInput filter

I am working on a shiny app that has a reactive df which I am using to render a dt data table. My issue is that on my sidebar pickerInput filters I am using: choices = unique(COLUMN_NAME) When there ...
user3249770's user avatar
1 vote
1 answer
300 views

R Shiny navbarPage; values not loading from server

Help! For the life of me, I can't get values to populate from the server to the infoBox in the UI. I've tried to define the infoboxes from the server section, but the infoboxes will only appear if I ...
T2029's user avatar
  • 65
1 vote
1 answer
206 views

Save and load input using shinyWidgets::updateVirtualSelect() lead Shiny app to crash

I'm trying to save shinyWidgets::virtualSelectInput() to csv and then load the csv file and update the selected input using shinyWidgets::updateVirtualSelect(). More specifically, I would like the ...
Eden Goldfarb's user avatar
3 votes
1 answer
797 views

Disable pickerInput in Shiny

I use pickerInput from shinyWidgets and I would like to disable it. For this purpose, I used the function disable form shinyjs package but it's doesn't work. But when I use selectInput it's work. This ...
John john's user avatar
  • 445
1 vote
1 answer
477 views

Plotly scatter plot in Shiny in R; plot is not updating nor is it fully interactive

I am trying to create an interactive scatter plot within Shiny using the plotly library, where I can plot grouped data and move my cursor over each data point. I am new to plotly but have used Shiny ...
metaltoaster's user avatar
0 votes
2 answers
814 views

Change style of shinydashboard box with shinyjs

I am trying to change the color of the shinydashboard boxes according to the tab the user is in. To do so, I am getting the input value from a tabsetPanel, and try to change the css of the box-header ...
Bambs's user avatar
  • 555
2 votes
1 answer
641 views

updatePickerInput after updateTabItem call in modularized R Shiny App

Goal: I would like to select a row in the DT Table, switch tabs, and have the pickerInput value update to the value in the table's row. Issue: I am able to switch tabs just fine (thanks to another ...
Owen Bezick's user avatar
0 votes
0 answers
201 views

Dynamic group-based filtering in R Shiny - search by tag replication

I want to create a filter in Shiny that would work like the details below. I currently do not have anything close to working with the functionality described. The closest I have achieved is using ...
Phillip Perin's user avatar
1 vote
0 answers
360 views

how to add Select All and remove all button on multiInput() shinywidgets

I am creating a dashboard where I have list of nationalities. I want to show these nationality in dual list box with select All and remove All button using multiInput() from shinyWidgets. Here is the ...
Basant Neupane's user avatar
-1 votes
1 answer
23 views

Mimicking VBA Input ListControl in R Shiny

Is it possible to generate VBA List Control input (as shown in the screenshot) in an R Shiny dashboard? VBA List Input Example Screen Shot
Ata Ur Rahman Malik's user avatar
0 votes
0 answers
116 views

Is there a way to create bi-directional linked filtering with selectizeInputs in R Shiny?

I am working with multiple independent selectizeInputs that should offer bidirectional filtering but I cannot seem to make them work. When I try to update the selectizeInputs in my server function ...
bill's user avatar
  • 21
0 votes
2 answers
803 views

R shinydashboardPlus - make the pretty switch pretty again

Using shinydashboardPlus with prettySwitch in the right sidebar - the alignment of the switch elements are messed up Is there a way to make the switch pretty again like this Here is the code. ...
Vlad's user avatar
  • 3,372

15 30 50 per page