python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
ID for rhandsontable inside modal in R Shiny
My goal is to display an (conditional) editable rhandsontable inside a modal by clicking an actionbutton. Creating and displaying the table worked fine, however I'm struggling on how to properly assig...
chrisgeo
Votes: 0
Answers: 1
Modify column names in rhandsontable
Is it possible to change the column names manually in rhandsontable? Also why cant I add a new row or column here?
## app.R ##
library(shiny)
library(shinydashboard)
library(rhandsontable)
ui <- da...
firmo23
Votes: 0
Answers: 0
Custom renderer in rhandsontable is messing with my numbers format
I am developing a Shiny app with an output tab, that contains a rhandsontable. The numbers in the handsontable should be without decimals and contain a big mark separator in form of a dot: "10.00...

Leonhard Geisler
Votes: 0
Answers: 0
Row Numeric (Percent) Formatting in RHandsontable
I need to format rows of a pivoted table using RHandsontable. Column formatting is super straightforward, but hot_row() does not provide the same flexibility as hot_col().
Has anyone figured out a wa...
burchz
Votes: 0
Answers: 1