Skip to main content

Questions tagged [rhandsontable]

RHandsontable is a data grid component with an Excel-like appearance

rhandsontable
1 vote
0 answers
14 views

How to conditionally deactivate or remove selection items in the rhandsontable context menu?

In running the below simplified code, the user can add or remove table rows by right-clicking on a row which, through the rhandsontable package context menu, generates a pop-up of action choices. In ...
Village.Idyot's user avatar
0 votes
1 answer
34 views

Why is the calculated column not updated after submitting values?

I have a data.table with following four columns: col1 = as.numeric(0), col2 = as.numeric(0), col3 = as.numeric(0), col4 = as.numeric(0) In case of !is.na(df$col2) OR df$col2 != 0 col4 = col2 + col3 ...
firuz.safaev's user avatar
3 votes
2 answers
60 views

How to add a dropdown menu to a single row in a table rendered with rhandsontable while other rows contain numeric values?

In the below R Shiny code, I am trying to add a dropdown menu to only the last row of the table rendered with rhandsontable. Note that the table is expandable by the user, column-wise, via the action ...
Village.Idyot's user avatar
0 votes
0 answers
58 views

Data table is getting blurred on Shiny dashboard

I have the shiny app with two data tables "DF1010" and its derivative "DF1010_2" reactive by SelectInput(). The code appears to have no bugs. But when I run it, I am encountering ...
firuz.safaev's user avatar
0 votes
1 answer
33 views

managing empty dateRangeInput()

The shiny app is forced to disappear when dateRangeInput() in "choice 1" and "choice 3" of selectInput() is manually made empty. Otherwise the code is working well. What should be ...
firuz.safaev's user avatar
0 votes
1 answer
56 views

making a data frame reactive to SelectInput()

I have two data frames df and df2. As per code below df2 should contain data from df when filtered by dateRangeInput(). However, df2 is not reacting to a selected date range when new rows added to df....
firuz.safaev's user avatar
0 votes
1 answer
38 views

data filtering based on dateRangeInput()

I have two data frames "df" and "df2". I want data of the "df" to be rearranged as the "df2" by a selected date range in dateRangeInput(). However, it is simply ...
firuz.safaev's user avatar
0 votes
1 answer
35 views

How to dynamically set number of decimal places using rhandsontable?

In the below MWE code I'm trying to have a user input (deciInputs) set the number of decimal places rendered in the rhandsontable table. As the code is drafted, strangely, a user input of 0 renders 1 ...
Curious Jorge - user9788072's user avatar
0 votes
1 answer
24 views

How can I set a single cell to `date` format using rhandsontable?

Usin the {rhandsontable} package it's possible to create a table where date columns include a dropdown for each cell, both providing a slick UI and validation of user inputs. I want to set a single ...
wurli's user avatar
  • 2,658
0 votes
1 answer
29 views

When rendering one table in a conditional panel, why is it required that another unrelated table in the App be clicked on first?

In running the below example R Shiny code, the "parentTbl" table is presented at the top of the window, and second table "childTbl" should be rendered by the user checking the ...
Village.Idyot's user avatar
1 vote
1 answer
25 views

Edit RHandsonTable After Uploading a File

I've built an R-shiny application that allows users to either manually type data into an RHandsonTable or to upload a csv file. Independently, these work just fine. However, I'm unable to get changes ...
cbw's user avatar
  • 257
0 votes
1 answer
51 views

How to ignore user inputs that would otherwise cause R Shiny App to crash?

The below R Shiny code works as intended. The user inputs values into a parent table "parentTbl", and the user can then alter the shape of the resulting line (creating a curve) by inputting ...
Village.Idyot's user avatar
0 votes
2 answers
73 views

How to highlight an entire row based on a condition?

I want to highlight all rows in a rhandsontable that meet a certain condition. Unfortunately, I have found neither an option nor a suggested solution for this on the net. Here is my reproducible ...
TobKel's user avatar
  • 1,391
0 votes
0 answers
51 views

How to insert 'dropdownMenu' in 'rhandsontable'?

The JavaScript library Handsontable has the 'dropdownMenu' option, which allows displaying an icon in the column headers and opening a dropdown menu with various options. I know this can be achieved ...
Jose's user avatar
  • 1
0 votes
1 answer
50 views

How to watch for a trigger event and apply a condition in R Shiny without using an observer?

In running the below R Shiny code, the user changing the sliderInput() (object input$periods) resets all of the variable user input tables called "X/Y child tables" as shown in the code with ...
Village.Idyot's user avatar

15 30 50 per page
1
2 3 4 5
24