• I have a table where I want to apply one of three different styles to each row, depending on the information in each row. The classes I want to give a row will be either: Officers, Directors, or Chairpersons. Is there a way I can assign a css class to a row?

    Thanks, Mike

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Mike,

    assigning CSS classes to rows is not easily possible, unfortunately. It could be done through a plugin filter, but not really depending on the information/content in the row.

    The only real way I see is to use the existing selectors, like “row-1”, “row-2” and so on.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Custom CSS Classes for Rows’ is closed to new replies.