Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hi

I referred to the issue already resolved on this link 

But in vue it doesn't update the column widths, even though the args.Columns object is successfully updated it does not reflect on the UI.

I am assigning the event like this

var pivotViewObj = document.getElementById('pivotView').ej2_instances[0];

pivotViewObj.gridSettings.columnRender = this.setPivotGridColumnWidth;


In the setPivotGridColumnWidth function I update the args.Columns (as explained int the link above) which updates the args.Columns object but not the actual width on the UI. Below I have posted the state of args.Columns before and after update (column name hidden due to confidentiality issues), so as you see the  event is successfully registered and called and object is also updated. 

args.Columns before update

Empty

args.Columns after update


Empty

Can you please suggest what should be the workaround, please let me know if i can provide more information.

Thanks