Skip to content

Instantly share code, notes, and snippets.

@Avotrix
Created January 17, 2019 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Avotrix/de38ef005d6f54396f9704066fdd75ee to your computer and use it in GitHub Desktop.
Save Avotrix/de38ef005d6f54396f9704066fdd75ee to your computer and use it in GitHub Desktop.
Javascript code
mvc.Components.get('tblCrashReport').getVisualization(function(tableView)
{
tableView.table.addCellRenderer(new CustomTooltipRenderer());
tableView.table.render();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment