Widget de planilha: como remover os números nas linhas (primeira coluna)

  • Birotor
    Perguntado em 30 de outubro de 2024 às 14:21

    Boa tarde

    Uma vez que não é possível alterar, é possível remover a coluna de 1 a 27 da minha imagem?


    Fico a aguardar resposta

  • Princess Jotform Support
    Respondido em 30 de outubro de 2024 às 14:33

    Hi Birotor,

    We can try to hide/remove the first column in the Spreadsheet Widget by adding the custom CSS code below:

    th:first-of-type { 
      display:none;
    }


    Let me show you how to do that:

    1. First, copy the CSS code above.
    2. In Form Builder, click on the Spreadsheet Widget and click on the Wand Icon to open Widget settings.
    3. Navigate to Custom CSS tab and add/paste the CSS code to the text box.
    4. Lastly, click Update Widget to save the changes.

    Widget de planilha: como remover os números nas linhas (primeira coluna) Image 1 Screenshot 30

    Here's a screenshot of the result:

    Widget de planilha: como remover os números nas linhas (primeira coluna) Image 2 Screenshot 41

    Here's the link to my cloned form for you to check and see the results. Also, you can clone the form by following this guide on How to Clone an Existing Form From a URL.

    Give it a try and let us know if there’s anything else we can help you with.

Sua Resposta