Pivot align text

Hi webix team,
in Code Snippet I want in line 10 and 20 the number of oil align right, but it does not work. Thx for any advice.

Hello RainerRoss,

To change styles of the pivot columns you need to customize pivot.views.table by rewriting SetColumns method which prepares datatable columns for the pivot and returns them. In this method you can apply cssFormat attribute to the columns you need.

Please take a look at the example: Code Snippet

Hi Natalia,
a lot of thanks, this works perfect for me. It’s also possible to align the footer Code Snippet