How can I change the size of the columns on the SPREADSHEET widget?

  • wixchadoulas
    Asked on April 18, 2019 at 10:09 AM

    One more request:

    Can I change the size of the columns on the SPREADSHEET widget?

    Can I use code to make these changes?

    If yes could you help?

    1555582250Untitled 1 Screenshot 10

  • roneet
    Replied on April 18, 2019 at 10:40 AM

    To change the width of the Columns you may inject the following CSS:

    Column A

    .A {

      width: 400px!important;

    }

    Column B

    .B {

      width: 50px!important;

    }

    Column C

    .C {

      width: 100px!important;

    }



    Above are the classes of each column. Please inject the required width's pixel in your code.

    How can I change the size of the columns on the SPREADSHEET widget? Image 10

    Hope this helps!

    Let us know if you have further questions.

    Thanks.

  • wixchadoulas
    Replied on April 18, 2019 at 12:09 PM

    Thank you so much for your HELP!

    You are great :) Thanks

  • wixchadoulas
    Replied on April 18, 2019 at 12:18 PM

    Is not working on the second request

    Following your instructions:

    Copy the code as it is, update wizard and nothing has changed

    Any suggestions?

  • roneet
    Replied on April 18, 2019 at 12:30 PM

    I have corrected the CSS in your widget. The following is the correct code:


    .A {
      width: 400px!important;

    }

    .B {

      width: 50px!important;

    }

    .C {

      width: 50px!important;

    }

    Hope this helps!

    Thanks.

  • wixchadoulas
    Replied on April 19, 2019 at 6:58 AM

    You are the BEST :)

  • wixchadoulas
    Replied on April 19, 2019 at 7:26 AM

    I tried the form and when I hit submit get this:

    155567313320190418 125212 Screenshot 10

    Do you know what is it?

  • roneet
    Replied on April 19, 2019 at 9:40 AM

    I have moved your next concern to a separate thread:

    https://www.jotform.com/answers/1798257

    We will address it shortly.

    Thanks.

  • wixchadoulas
    Replied on April 19, 2019 at 10:42 AM

    Thank you Roneet