• Resolved chenpro

    (@chenpro)


    Hi there,

    Is it possible to create a column/row with a custom class or color in the paid plan?
    -I want that an empty cells in a specific column will be colored automatically.
    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • t22980

    (@t22980)

    me too

    Thread Starter chenpro

    (@chenpro)

    Found simple css solution:

    td:nth-child(3):empty {
    background: red;
    }

    (with nth-child(#) I can choose the column, and with :empty I can choose empty cells)

    Plugin Author Essekia

    (@essekia)

    Nice.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom color’ is closed to new replies.