Way for not showing default-column and his border in PivotTable.

Hi there,
How can i remove columns name and his "<tr>" tag from header of pivot table?

Hi,

Sorry, but the question is not clear. Could you specify what exactly you want to remove ?

The following code will hide the headers of the table:

webix.ui({
    view:"pivot",
    datatable:{
        header:false
    },
/* . . . */
});