Hi folks,
I’m using the grid with smart rendering, and I want to show the “Loading data…” like the example showed at this link:
dhtmlx.com/docs/products/dht … ation.html
But I use the Layout componente to attach the grid:
layout.cells(“b”).attachGrid();
How can I put the ‘
’ as show on the example if I don’t have static html, all is created by javascript, is there a way to attach some html in the cell(“b”) with the grid ?Thank you.
Best Regards,
Érico