Implement this method in a derived class to handle row creation.
Namespace: MindFusion.DataViews
File: DomRenderer.js
JavaScript Copy Code |
---|
function onRowCreated () |
The following code shows you how to implement a custom class that extends DomRenderer and implements the onRowCreated method:
JavaScript Copy Code |
---|
class MyRenderer extends DomRenderer /** |