Knowledge Base DocsChevronRightIconWidget & Dashboard ScriptsChevronRightIconHide 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'); });ByintapiuserPosted 3 years ago 0 commentsComment Newest