TIWCGJQTreeViewJSONPlugin.ProgressiveRender Property
If this option is set to true only the visible (open nodes) parts of the returned JSON are converted to DOM nodes, any hidden parts are saved away and parsed ondemand (when a node becomes visible). This is useful when you have a large nested tree which would result in a heavy DOM.
published property ProgressiveRender: boolean index 03 read GetBooleanValue write SetBooleanValue stored IsBooleanStored;
Property Value
Type: boolean