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!
Right now, if I change the columns of a data grid at runtime, the data is loaded again from the API. Since I have to show different columns dependent of the data, this creates an endless request loop.
I found a workaround for the problem by canceling every second request, but I don't like this solution very much. It would be better if one of two changes were made to the grid: