PivotMessage in the Export Pivot

How can I hide the “pivotMessage” property (usually:’[Click to configure]’ feature in the upper-left corner)? In the Excel or Pdf export , in the first column appear the “pivot message”.
Many thanks for the help.
L

Hello,

You can try to set “header”= “false” for the first column before export:

$$("pivot").$$("data").config.columns[0].header = false;
webix.toExcel($$("pivot"));

Many thanks Maria,
this feature might be put in the wish list ? :slight_smile:
thanks…
L

We agree. The feature will be included into the next version.