Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@MySchizoBuddy
MySchizoBuddy / flex_rhandsontable_error.Rmd
Created July 24, 2016 13:34
This code shows both scrolling and disappearing table issue with rhandsontable when used with shiny runtime of flexdashboard
---
output:
flexdashboard::flex_dashboard:
orientation: columns
vertical_layout: fill
runtime: shiny
---
```{r setup, include=FALSE}
library(rhandsontable)
@MySchizoBuddy
MySchizoBuddy / tableTest.Rmd
Created June 5, 2016 10:36
Testing different table rendering engines
---
title: "Testing different table rendering engines"
output:
flexdashboard::flex_dashboard:
orientation: columns
vertical_layout: fill
runtime: shiny
---
```{r setup, include=FALSE}