How can I highlight certain rows in the input table?

  • sshepperd
    Asked on December 13, 2017 at 11:40 AM

    Hello, 

    How do I highlight certain rows in my input table ie. Sat and Sun.  

  • Richie JotForm Support
    Replied on December 13, 2017 at 12:35 PM

     Unfortunately, you can only change the whole background of your table headers.

    How can I highlight certain rows in the input table? Image 1 Screenshot 20

    Using the custom css, I have injected this codes. How-to-Inject-Custom-CSS-Codes

    th.form-matrix-row-headers{
      background-color:yellow;
    }