how to increase the width of first column in pivot table

How to increase the first column width in the pivot which is below the “click to configure”

Hello @sangeetha ,
To change the configuration of each column you can:

  1. Use onBeforeRender:
    https://snippet.webix.com/xdl3ebnp
  2. Configure the properties:
    -yScaleWidth - for first column
    -columnWidth - for all other columns

@annazankevich Thanks !!!