Check documentation for the latest version of dhtmlxSuite splitAt DHTMLX Docs

splitAt

splits the grid

void splitAt(number ind);
indnumberthe index of the column at which the grid should be split

Available only in PRO Edition

Example

mygrid.splitAt(2);

Back to top