Stop template element tags from showing before table is loaded.
Stop template element tags from showing before table is loaded.
This question has an accepted answers - jump to answer
This discussion has been closed.
This question has an accepted answers - jump to answer
Answers
It looks like the demo actually suffers from that as well. Putting your custom layout inside a
div
which is height:1px; width:1px would be a workaround for now.Allan
I gave you suggestion a try, however the fieldset and legend tags are not cooperating. If there is not a way to suppress this at this time , I may need to remove the fieldset and legends.
customFormDiv { width:1px; height:1px}
Sorry - you also need to add
overflow: hidden;
into the CSS properties!Allan
That did the trick. Thank you