Skip to content

Code snippets for report manipulation

The following section includes a set of useful snippets/examples.

To use these snippets, you will generally need to wrap them up in the following code:

report.api.bind("postrender", function(e) {
  /* your code here */
})
Back to top