Skip to main content

All Questions

Tagged with
0 votes
1 answer
45 views

Reducing width when collapsing a box

I'm trying to collapse a box not only by reducing its height (default behavior) but also its width, so that the other box gets the extra space; a bit like a collapsible sidebar. How to achieve that? ...
Kamaloka's user avatar
  • 139
1 vote
1 answer
49 views

JavaScript to update active sidebar menuSubItems linked to TabPanel in dashboard

I am trying to build a Shiny dashboard with menuSubItems that should correspond to TabPanels. I need also a button on the Home page that move to these TabPanels. This part is not working too bad. The ...
mazu's user avatar
  • 317
0 votes
0 answers
109 views

Loading an R shiny app but running into issues loading libraries

My shiny app utilizes the randomForestSRC library. It operates fine on my own PC and in my version of R, but I am trying to upload it to an online server space where I need to manually install my apps....
Dan W's user avatar
  • 121
0 votes
1 answer
127 views

Using shinyjs, insertUI() and removeUI() with Shiny modules

EDIT: I just needed to change the namespace of the insertUI selector!! Will leave up for others. insertUI( selector = paste0("#",ns(add)), where = "afterEnd", ...
runningoutoftime's user avatar
0 votes
0 answers
55 views

Sidebar always minified

I know that shinydashboardPlus allows me to minified the sidebar like the example: siderbar <- dashboardSidebar(width = 50, collapsed = TRUE, sidebarMenu( id = 'sidebar', # Tab1 ...
Thiago Godoy's user avatar
1 vote
0 answers
25 views

In R, the total of a column to be displayed on the dashboard that match the search bar. If nothing is in the search bar, then display the full total

I'm trying to make a basic shiny dashboard for my small company which can keep track of the parts in inventory. The code will make a db and have the function to be able to add and edit entries and I ...
Matthew Rogers's user avatar
0 votes
1 answer
85 views

R flexdashboard Error in disabling the submit button even if there is no radio button option is selected or when any option is selected

In my flexdashboard code, what I am trying to do is: initially, no radio button is selected, and there are two options only option (radio button) one is to upload the data, option two is to connect ...
LeMarque's user avatar
  • 783
0 votes
1 answer
278 views

Aligning verbatim text output to text input in fluidrow - R Shiny

I am trying to display some input field alongside some output field inputted from another tab. However the output field is going below and cannot align with the rest. Code given below:- fluidRow( ...
Anindya Sankar Dey's user avatar
0 votes
1 answer
92 views

VisNetwork visEvents javascript to uncollapse box

I am trying to use visEvents() selectNode and deselectNode arguments from the visNetwork R package to run a javascript code that would collapse/uncollapse a Shiny box (within fluidRow) based on ...
Corentin Wicht's user avatar
0 votes
1 answer
160 views

Track user clicking on a tabPanel() in R Shiny application with Matomo

I am trying to track tab-viewings for a R-Shiny application using Matomo. The tabs are created using tabPanel(). I have not found a solution yet that works. So far I have tried the solutions mentioned ...
Rianne's user avatar
  • 1
1 vote
1 answer
625 views

Reload a page and switch to tab

I use the package shinyjs to allow the user to reload the page by clicking on "Reload the page" button in Tab 2 and I would like to stay on Tab 2 after reloading the page. But after ...
John john's user avatar
  • 445
0 votes
1 answer
155 views

ShinyJS toggle applied to shinydashboard box

I'm having issues using shinyjs::toggle. I have a box displaying selected inputs which I want to show when the user has selected an input and hide when they haven't selected an input. shinyUI <- ...
Nathaniel Wigdahl's user avatar
1 vote
1 answer
186 views

Remove the click trigger from flipbox

I use the function flipBox from shinydashboardPlus to create flip box and I add a button. The user have to clik on it to flip the box. But the box also flip when we click on it and I would like to ...
John john's user avatar
  • 445
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
2 votes
0 answers
49 views

Editable Table functionality in R-Mobile Shiny

I see that datatable works well with Shiny web to have editable cells or rows/columns. They are caught using cell_edit events. But I cant find a similar thing for mobileShiny in f7table. rhandsontable ...
kygo's user avatar
  • 29

15 30 50 per page
1
2 3 4 5
10