WayneGitShell / GWSDAT

GroundWater Spatiotemporal Data Analysis Tool (GWSDAT) R-Shiny implementation.
https://stats-glasgow.shinyapps.io/GWSDAT
31 stars 7 forks source link

Setting columns to read only in rhandsontable generate hot_col warning #196

Closed andrejadd closed 6 years ago

andrejadd commented 6 years ago

Warning in hot_col(., "Name", readOnly = TRUE) : rhandsontable column types were previously not defined but are now being set to 'text' to support column properties

readOnly works though... probably need to modify hot_col("Name, ...) call.