Grid dhtmlXGridFromTable

I can do it the next:, but don`t work the example originally have “dhtmlXGridObject” but i need loading from html table…! IS possible?









    




    




What is the purpose of next command? Are you loading part of data from HTML and part from XML?
mygrid.loadXML(“grid.xml”, function(){

>>mygrid = new dhtmlXGridFromTable(‘gridbox’);
>>mygrid.init();
more safe syntax for this command is
mygrid = dhtmlXGridFromTable(‘gridbox’);
and you need not init command while loading from HTML

>>mygrid.attachHeader("#rspan,


can be used with grids, which created from XML, so the command itself is correct