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!>
Thanks for joining our community and helping improve Syncfusion products!
The actionComplete event with requestType as columnstate gives improper columns when changing the visibility via the columnchooser functionality.
Attached the sample below,
Sample: https://stackblitz.com/edit/bzehg2?file=src%2FApp.vue
Steps:
Run the sample, change the visibility of OrderID to true, we can get the column in the actionComplete method.
Now, try to make two columns visible false, OrderID and CustomerID, only one column is retreived in the actionComplete method.