Skip to content

smartinsightsfromdata/shinyhdtable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simplified implementation of handsontable.

It is a fork from https://github.com/AnalytixWare/ShinySky I found it prefereable to Jeff's implementation at https://github.com/trestletech/shinyTable purely because it handles working with partials / containers

The main changes from ShinySky are:

  • Code simplified (i.e. just handsontable)
  • First column can be anything
  • RAG status implementation (it works but it requires more testing)
  • Using data.table instead of plyr for speed

TODO:

Comment management? Latest versions of handsontable handle cell comments like Excel...

Install

To istall a github package you need the devtools package installed. If you do not have the devtools package installed, run this first

install.packages(devtools)

If you already have the devtools package installed, simply run

devtools::install_github("smartinsightsfromdata/shinyhdtable”)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published