Stop template element tags from showing before table is loaded.

Stop template element tags from showing before table is loaded.

bbrindzabbrindza Posts: 300Questions: 69Answers: 1

I am using the template: '#customForm' option which is fantastic. However my fieldset and legend tags are briefly displaying prior to the tabling loading. Once the table begins to load these elements disappear. Is there a way to surpress this?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,822Questions: 1Answers: 10,127 Site admin

    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

  • bbrindzabbrindza Posts: 300Questions: 69Answers: 1

    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}

  • allanallan Posts: 61,822Questions: 1Answers: 10,127 Site admin
    Answer ✓

    Sorry - you also need to add overflow: hidden; into the CSS properties!

    Allan

  • bbrindzabbrindza Posts: 300Questions: 69Answers: 1

    That did the trick. Thank you

This discussion has been closed.