Check documentation for the latest version of dhtmlxSuite attachList DHTMLX Docs

attachList

attaches dhtmlxList to a cell

dhtmlXList attachList(object conf);
confobjectlist conf (please, check List docs for details)
dhtmlXListdhtmlXList instance

Example

var myList = dhxComponent.cells(id).attachList({...});

Back to top