Closed dleopold closed 2 years ago
I found the answer after reading the docs again. There is a hidden parameter, allowedTags
that can be used. So setting allowedTags="<a><button>"
in rhandsontable()
the example above will allow both the actionLinks and actionButtons to render properly.
I would to place dynamically generated action buttons in rhandsontable cells, but can not seem to figure out how to do it. I can get an actionLink to work, but the action buttons to not seem to render properly. Here is an example shiny app with a table that has working actionLinks, and my failed attempt at adding actionButtons: