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
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??