Problem in load grid!

Dear all!
I have used DHTML grid to load data. I try this by Examples from here. But grid don’t diplay in my page. Here is my code:

This is very simple, but I find more topic here, try again, it’s can’t.
Please let me know your suggestions. Thanks.

Unfortunately the issue cannot be reproduced locally.
Your code works well for us. Grid displays successfully.
If issue still occurs - please, provide a complete demo where the issue can be reconstructed.
Here is the tutorial:
docs.dhtmlx.com/doku.php?id=othe … leted_demo

Thanks for support. It’s work. Because I used attachFooter before grid init. Now, grid is visible, but footer is not. I add footer line very simple:

mygrid.parse(arr,“jsarray”);
mygrid.attachFooter(“Total”, [“text-align:left;”]);

If my grid have 5 columns, Can I declare one param in attachFooter (as pre example)?

Unfortunately the issue cannot be reconstructed locally.
If issue still occurs - please, provide a more detailed sample of your code or a complete demo where the issue can be reconstructed.
Here is the tutorial about creating a complete demo:
docs.dhtmlx.com/doku.php?id=othe … leted_demo

Here is my code:

I try more times, but footer of grid not visible. Please help me! Thanks.

Unfortunately the issue still cannot be reproduced locally.
Your code works well for us.
Please, try to call
mygrid.setSizes();
after the footer adding:

mygrid.attachFooter(" ,Total,#cspan,#cspan,#cspan,#cspan,#cspan,#stat_total"); mygrid.setSizes();
If issue still occurs - please, provide a complete demo where the issue can be reconstructed.
Here is the tutorial:
docs.dhtmlx.com/doku.php?id=othe … leted_demo

Thanks so much. I’m coding demo page for my boss, it will decisions should or shouldn’t buy this product. Standard Edition can’t attachFooter? I find it doesn’t support Multi-line footers, but I want only one footer line? It’s can??

Unfortunately attachFooter() method is available only in PRO version of dhtmlxGrid.