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
  • Details about the bug.

    Just by upgrading @syncfusion/ej2-vue-grids version from 20.4.50 to 20.4.51, an issue happens: on a grid without stacked headers, column reordering feature doesn't work correctly. The issue only occurs on 20.4.51 (the current latest version when this report was written). For additional notes, I think this bug is related to a point in 20.4.51's release note: 


  • Reproducing steps.
    1. Clone a repo I have prepared here https://github.com/meidikawardana/syncfusion-sample
    , open the syncfusion-sample folder in a terminal, run `git checkout column-reordering-issue` command, run `yarn` command, run `quasar dev`, then it will open a tab in browser (preferably Google Chrome): http://localhost:8081/#/
    2. Try to reorder "Project Scope" column and place it before "Role" column. The "Project Scope" column would jump to after "Comments" column. After that, if we want to place "Project Scope" column before "Comments" column, we won't be able to because the reordering won't work. The expected result: we should be able to place "Project Scope" wherever we want with the reordering feature.


  • Screenshots, code snippets, and stack traces, if applicable.
    I have made a demo video, demoing the steps in "Reproducing steps", in case you still couldn't reproduce it using the steps I mentioned. Here's the demo video: https://drive.google.com/file/d/13JmHBX0CaEgA1YlmQhDk_YuBHjX33K3Z/view?usp=share_link

  • Working sample if possible, which will help us provide a solution sooner.
    I have already provided it in "Reproducing steps" section.