Skip to main content

All Questions

2 votes
1 answer
49 views

Fit a DataTable into a shinydashboard box

I have read all of the answers to similar questions, and none of them worked. Very simple question: how do I get the datatable to fill the box? Here's a reprex: ## UI ui <- dashboardPage( ...
Steve's user avatar
  • 575
0 votes
0 answers
854 views

How do I add a 2nd row header to Shiny datatable?

I have an editable datatable in R shiny with user names and start/end dates. I want to add a second header above the main header, and then add a drop down filter based on the top header. How do I go ...
dm2111's user avatar
  • 145
2 votes
1 answer
2k views

R Shiny: How to open a popup window and show a graph that depends on row click event of DT datatable

im trying to create a popup window depending on a click event in Shiny. The window should open up when the user clicks on a row in a DT table. It should contain a plotly graph, that is filtered by the ...
funkephi's user avatar
1 vote
1 answer
548 views

Decimal issues in a data table in RenderTable Shiny

I build a data table and rounded the values to two decimals, the result is good in R : But in my shiny app, there were zeros added : I would like to remove these zeros but I didn't find how.. Thank ...
Elise_351995's user avatar
3 votes
0 answers
687 views

Full page datatable in shiny dashboard

I am trying to make a shiny dashboard with datatables that span the entire height of the page (similar to this flexdashboard layout). With my current layout, I am facing an issue where the datatables ...
Julia Wagenfehr's user avatar
1 vote
1 answer
1k views

R shiny datatable - force rows height when a character column contains very long strings

I'm building a Shiny App in R and face the following problem best described by this sample code: library(shiny) library(shinydashboard) library(shinyBS) library(dplyr) library(lubridate) library(DT) ...
Angelo's user avatar
  • 1,720
1 vote
1 answer
1k views

R shiny table with plots inside the table

I'm developing an R shiny app and ideally I would need to do precisely what is done here: More specifically, I have dataframe with stocks open, close, high, low data and I would need to replicate ...
Angelo's user avatar
  • 1,720
0 votes
1 answer
1k views

Underline all text in a row of an R dataframe

I'm building a shiny app and I want to emphasize a summary row in some of my dataTable outputs. I would like all the values in the second to last row to be underlined. I'm not strong enough with HTML ...
pete5275's user avatar
0 votes
1 answer
122 views

RStudio: Filter data based on value selected in datatable

I'm new in RStudio and I am currently working on a RShiny project. The user has to give some input value: an user id, a first name, a last name or a date of birth of a client to see some specific info ...
Eline Haldermans's user avatar
2 votes
1 answer
954 views

Edit DataTable but the changes go away when we move to another page

I am stealing the code off another forum How to edit and save changes made on Shiny dataTable using DT package. The solution from that forum (below) works fine. I notice there seems to be a bug in the ...
bct's user avatar
  • 45
0 votes
1 answer
358 views

Shiny Dashboard App with reactive input and datatable output

I have created an app where the code works outside of a shiny app but not inside the app. Everything is working except the datatable output. There is a lot of code, sorry for that, but the important ...
PetGran's user avatar
0 votes
1 answer
124 views

Data table will not work in shinydashboard

If shinydashboard was a person I would like to meet him in a dark alley with a baseball bat. I am simply trying show a data frame as a table in my shiny app so I looked online at a bunch websites and ...
Nick's user avatar
  • 401
1 vote
0 answers
363 views

R shiny back-ground formatting of selected column in datatable

Hello guys i am creating r shiny dashboard, I want to add color shade like heat map. I go with this link reference 3 Style A Full Table but dont know how to use it in my code with blue color. ...
Nirav Prajapati's user avatar
0 votes
1 answer
76 views

R: How to displayed Unique row in datatable

R shiny: How to displayed Unique row in datatable. Hello guys i am creating r shiny dashboard, I am new with R programming, i am facing issue of duplicate data displayed in datatable. how to ...
Nirav Prajapati's user avatar
1 vote
2 answers
1k views

R Shiny: How to Displayed values in filter with ascending Order

How to Displayed values in filter with ascending Order. Want to displayed filter of week in dataTableOutput with value in ascending order. Here is the code of ui.R fluidPage( titlePanel("Delivery ...
Nirav Prajapati's user avatar

15 30 50 per page