Style class doesn't get applied on ColumnSummary endpoint cell

Tags: #<Tag:0x00007f8b2574a5d8>

Hey,

We’ve applied style Class (htCenter & htMiddle) to the entire table (i.e. for all the cells) using settings. However while using ColumnSummary (type:‘sum’), the style Class doesn’t seem to get applied to the endpoint cell.

Link to fiddle : https://jsfiddle.net/et4umxs3/

Furthermore, upon manipulating the cellMeta of the endpoint cell explicitly, the calculations go wrong as the result of the endpoint cell is also considered for calculations.

Kindly suggest a suitable way wherein we can style the endpoint cell without hampering the final calculation (result).

Thanks,
Faiz

Hey Faiz,

The summary row is readOnly. It means that it receives a htDimmed class which is overwriting your settings. That’s why you should change the settings of htDimmed as well.

Here’s an updated demo https://jsfiddle.net/8f3hxdrL/

Hey Aleksandra,

Thanks, it works for me.

Regards,
Faiz

Thank you for the update.

We can close the topic.