Table - Column CSS Classes

Hi All,
I wanted to add my own CSS to the cells of a table. So I created a css class and set the Table - Display - Column CSS Classes. As per the property description this css class will be set to all the td inside the table. But when I check the same in chrome, the css gets applied to only the first td element of all the rows.

Is this a bug or did I miss configuring something.

1 Like

I believe it is working as expected. The value of that control property is a comma-delimited list of CSS style classes that will be applied to the columns of this table. If the number of elements in this list is less than the number of actual column children of the UIData, no “class” attribute is output for each column greater than the number of elements in the list.

1 Like