Quero eliminar uma parte da minha tabela.

  • fazzapp
    Asked on January 23, 2020 at 2:40 PM

    Olá amigos, eu quero saber se é possível eliminar essa parte da tabela mostrado na imagem abaixo:


    1579808142Screenshot 3 Screenshot 10


    Para que fique plano como mostra esta abaixo:

    1579808349Novo Projeto (9) Screenshot 21


    Isso está nesse fomulário: https://www.jotform.com/build/200204934335648


    G
    rato,
    Carlos M.

  • dorvilusjim99
    Replied on January 23, 2020 at 3:57 PM

    Hello, 


    You can remove the indicated element from the table by adding the following CSS code snippet to The Form :


    #cid_32 > table > tbody > tr > th:nth-child(2) {

    display: none;

    }


    1579812819css code snippet Screenshot 10


    PLease, See the guide below For how to inject Customer CSS Code to a From :

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

  • jherwin
    Replied on January 23, 2020 at 5:15 PM

    Kindly try the suggested CSS Code and let us know how it goes.

  • fazzapp
    Replied on January 24, 2020 at 8:00 AM

    Yes, that's it, thank you so much !