Howt to change the size of table columns

  • vicky.shah005
    Asked on April 1, 2019 at 9:25 AM

    hello 

    we need to change size of table fourm.. is it possible to do it ? 

    selected input table.


    Jotform Thread 1777964 Screenshot
  • yasemin JotForm UI Developer
    Replied on April 1, 2019 at 10:50 AM

    Hi,

    Firstly, you can use the following css code for the field width: 

    .form-matrix-column-headers.form-matrix-column_0{

     width: 22%;

    }

    You can change the percentage as you like.

    Secondly, you can use Configurable list instead of a table. You can use dropdowns, textfields, other type of input fields together within a row.

    1554130165Screen Shot 2019 04 01 at 17 Screenshot 10

    1554130217Screen Shot 2019 04 01 at 17 Screenshot 21

    https://www.jotform.com/help/282-How-to-Set-Up-the-Configurable-List-Widget

    I hope this helps. Do let us know if you need more information on this.