JsonTree.js - Documentation - Custom Data Type
Below is the JSON format and properties that can be returned for the custom trigger "onCustomDataTypeRender" for specifying a custom data type.
Download Now
v4.7.0 - 10th Dec 2024
Below is the JSON format and properties that can be returned for the custom trigger "onCustomDataTypeRender" for specifying a custom data type.
Download Now
Type: | Name: | Description: |
---|---|---|
string | class | States the CSS class to use for the value span that is rendered. |
string | dataType | States the name of the data type (additional filtering will be enabled automatically). |
string | html | States the HTML that should be rendered for the value. |
boolean | allowEditing | States if editing is allowed for the value. |