How to enlarge Input Table field ?

  • rduong
    Asked on May 11, 2017 at 5:48 AM

    Hi 

    i would like to enlarge the table list, could you help me please ? I have 6 tables list.

    Jotform Thread 1141885 Screenshot
  • Helen
    Replied on May 11, 2017 at 6:35 AM

    Hello,

    Thank you for contacting us.

    You can change the size of your Input Table field by injecting custom CSS code. I have cloned your form in order to test on my side. I have set the height and width to the input table field. Here is my example CSS code:

    #cid_72 th.form-matrix-row-headers {

        width : 500px !important;

        height: 50px !important;

    }

     

    #cid_72 td.form-matrix-values {

        width : 100px !important;

        height: 50px !important;

    }

    Your form will be shown like this:

    How to enlarge Input Table field ? Image 1 Screenshot 20

    You can increase or decrease to values on the CSS code as you want. 

    Here is a guide helps to you for injecting custom CSS code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    If you have any questions or issue, please do not hesitate to contact us.