cancel
Showing results for 
Search instead for 
Did you mean: 
intapiuser
Community Team Member
Community Team Member
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');
});
Rate this article:
Version history
Last update:
‎03-02-2023 09:12 AM
Updated by:
Contributors