How to remove the hearder name and column of the input table

  • gstepp
    Asked on March 29, 2024 at 9:36 AM

    I have this widget on a form i am looking to roll out. i would like to have the functionality but remove the employee column on the left below.

    How to remove the hearder name and column of the input table Image 1 Screenshot 20

  • Danilo JotForm Support
    Replied on March 29, 2024 at 9:49 AM

    Hi Gregg,

    Thanks for reaching out to Jotform Support. You can inject the below CSS code to hide the row headers of the Input Table field:

    • Click the Blue Paint Roller Brush Icon.
    • Select the Styles Tab.
    • Paste the code below to Inject Custom CSS.
    .form-matrix-row-headers {
        visibility : hidden;
    }
    .form-matrix-table > tbody > tr:first-child th:first-child {
        visibility : hidden;
    }

    How to remove the hearder name and column of the input table Image 1 Screenshot 20

    Give it a try and let us know how it goes.

  • gstepp
    Replied on March 29, 2024 at 1:40 PM
    Excellent, it worked, thanks for the quick response.
    Gregg
    ...
 
Your Answer