Aligning columnSummary

Hi !

I’m trying to create a table with all values centered and a columnSummary.
I used className: 'htCenter' to horizontally center cells, but the option does not seem to apply to the summary.

Is there a way to do it ?
Here is a jsFiddle to reproduce the issue :

Handsontable example - JSFiddle - Code Playground

Hi @gregoire.spiers

It is possible. However it might be a little bit misleading, as columnSummary option attaches its own class. You need to modify it by using CSS, here’s an example:

https://jsfiddle.net/aszymanski/bjguef8q/

1 Like

That is crystal clear, thank you