Check documentation for the latest version of dhtmlxSuite submitColumns DHTMLX Docs

submitColumns

sets the list of columns the data of which will be updated

void submitColumns(string inds);
indsstringa list of columns' indexes

Available only in PRO Edition

Example

mygrid.submitColumns("0,1,2,5");

Back to top