Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hands on Table Add New Row? #13

Open
Bevos opened this issue Feb 19, 2015 · 2 comments
Open

Hands on Table Add New Row? #13

Bevos opened this issue Feb 19, 2015 · 2 comments
Assignees

Comments

@Bevos
Copy link

Bevos commented Feb 19, 2015

Thank you for the ShinySky package it has a lot of useful tools including the Hands On Table. I was looking at the hands on table website for assistance on how to add a new row, but I was unable to see how to add this functionality to ShinySky's hands on table.

Could you please let me know if it is currently possible to add/remove rows from a hands on table in a Shiny application?

http://handsontable.com/

@xiaodaigh xiaodaigh self-assigned this Feb 19, 2015
@xiaodaigh
Copy link
Member

It's possible but not through the ShinySky package at the momemnt. Have you checked out the shinytable package? It might be possible there. I am not sure.

I have some customised code that can insert rows but that involves writing customised javascript code. It is something like this ht.alter('insert_row', index = r) where ht is the handsontable object.

Unfortunately I can't help further at the moment nor promise that I can help implement this feature soon

@cloudarch
Copy link

Hi , Is it possible to create dropdown/lookup values (i.e. select2/selectInput) for cells in handson table. The goal would be to limit the values the user can update for cells in handson table by injecting additional Shiny/Java script. Below is my stackoverflow question on this topic. Appreciate your insight.

http://stackoverflow.com/questions/30173352/shiny-r-handsontable-shinytable-with-selectinput-rows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants