Details about the bug. When we use Vue3, stacked headers and frozen columns make the page loading time jumps to 33s or more. Without those 2 features, the page loading time only around 6s-7s. The bug should happens whatever the OS is. But in this ticket, I use MacOS for demo purpose
extract it, open the syncfusion-sample folder in a terminal, run `yarn` command, run `quasar dev`, then it will open a tab in browser: http://localhost:8081/#/ 2. Observe the loading time using Chrome's DevTools -> Performance Insights tab. It will take more than 33s (screenshot here). Caused by functions like Grid2.UpdateColumModel and Grid2.getFrozenCount.
Screenshots, code snippets, and stack traces, if applicable. Please see the "Reproducing steps" section. Also please watch this demo video where I show the bug in action.
Working sample if possible, which will help us provide a solution sooner.
I have already provided it in "Reproducing steps" section. For additional info, the sample contains a git repo. The currently selected branch is `stacked-header-and-frozen-columns-bug` branch