I have a view using aggregation, and I am trying to add a custom class to TD.
I can set a custom class for table header (th), but if I set a custom class for table value (td) my setting is ignored.

I know I could set a full selector to change style, but I was trying to simplify my CSS by using "td.customclass{}"

Comments

enboig created an issue.