ColSpan in the footer with summColumn

In the following example, there is the column "Votes " with a sum column.
When the total is big there is not space to visualize its value. I should a colspan with the previous column. Is there a possibility?

https://snippet.webix.com/hrto98fc

Thanks

Hello,

When the total is big there is not space to visualize its value.

You can set sizing logic as adjust:true and minWidth (adjusting column width to its content):
https://snippet.webix.com/86cfi14l
Information about Adjusting the width of columns you can find here