Check documentation for the latest version of dhtmlxSuite cells DHTMLX Docs

cells

returns the cell object by the id

dhtmlXLayoutCell cells(string id);
idstringcell id
dhtmlXLayoutCelldhtmlXLayoutCell object of the specified cell

Example

var cell = myLayout.cells("a");
var myGrid = cell.attachGrid(...);

See also
Back to top