TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > TableValue > Method >

 

SetAutoSplit

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > TableValue > Method >

 

SetAutoSplit

 

 

Sets whether to auto-split the table when the data exceeds the page.

 

 

 

Prototype :

 

void SetAutoSplit

(

        bool AutoSplit

)

 

 

 

Arguments :

 

AutoSplit

set to true to auto-split the table

 

 

 

Example :

 

This.SetAutoSplit(true);

 

 

 

Available Events :

 

OnInitialize, OnStartBind