We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for the great work,
I want to know how to add 'TVS Export' to the renders list.
The text was updated successfully, but these errors were encountered:
I used to do like this:
<script type="text/javascript" src="libs/rpivotTable_style-0.1/pivottable/export_renderers.min.js"></script> rpt <- df %>% rpivotTable(rendererName = "Heatmap", subtotals = FALSE renderers = htmlwidgets::JS("$.extend( $.pivotUtilities.export_renderers, $.pivotUtilities.renderers, $.pivotUtilities.c3_renderers, $.pivotUtilities.d3_renderers )") ) rpt$x$params$renderers = rpt$x$params$renderers[[1]] rpt
However, the above does not work if I set subtotals = TRUE, and I wonder if it is possible to have both enabled.
subtotals = TRUE
Sorry, something went wrong.
No branches or pull requests
Thank you for the great work,
I want to know how to add 'TVS Export' to the renders list.
The text was updated successfully, but these errors were encountered: