Hide The Lines In A Pivot Table
The need is to hide the lines in the pivot as shown here:

here is the code to do it:
widget.on('ready', function(w, args) {
$('.p-container .p-fixed-cols, .p-container .p-fixed-corner',element).css('border-right','0px solid');
});
Updated 03-02-2023
intapiuser
Admin
Joined December 15, 2022