DHTMLX Docs & Samples Explorer

attachToObject(obj)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxgrid.js

attach grid to some object in DOM

  • obj - object to attach to
      mygrid.attachToObject(obj);

See also: init