nicolaskruchten / pivottable

Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.
https://pivottable.js.org/
MIT License
4.35k stars 1.08k forks source link

renderRpivotTable not rendering top row #1270

Open glen-langdale opened 3 years ago

glen-langdale commented 3 years ago

top row missing

No matter what I try I cannot get the top row to render with the additional variables (should be 8 others) - using these libraries in my shinyapp but can't find a conflict - R version 4.0.5 Patched (2021-03-31 r80164) -- "Shake and Throw" library(leaflet) library(RMySQL) library(shinydashboard) library(DT) library(shinyjs) library(dplyr) library(ggplot2) library(shiny) library(stringr) library(gridExtra library(rpivotTable) library(htmlwidgets) library(shinyWidgets) library(lubridate) library(r2d3) library(rlang) library(tidyr) library(grid) library(ggplotify) library(rattle) library(dplyr)