A base class for grid renderers.
Namespace: MindFusion.DataViews
File: DomRenderer.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
RemarksA built-in implementation of DomRenderer is the GridRenderer class.
ExampleThe following code shows you how to implement a custom class that extends DomRenderer and implements the invalidate method:
JavaScript
Copy Code
|
|---|
class MyRenderer extends DomRenderer /** |
Inheritance HierarchyMindFusion.DataViews.DomRenderer
See Also