Hi there, How can i remove columns name and his "<tr>" tag from header of pivot table?
"<tr>"
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 }, /* . . . */ });
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
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: