I've noticed when using the data grid syncfusion component for VueJS that when I choose to sort my grid, there is not a current indicator to let the client know which way the data is being sorted. The React version of the component can show the icon but for some reason the Vue component won't follow that functionality.
This is the Vue version of the component filtering the results in descending order: https://ej2.syncfusion.com/vue/documentation/grid/getting-started/#enable-sorting

And this is the React version of the exact same component:https://ej2.syncfusion.com/react/documentation/grid/sorting/

Would it at all be possible for the same functionality of indicating on the grid the ascending/descending order of columns towards Vue? Or if it can already be done, can I ask for help in showing that indication? Thanks so much in advance
This is the the code that when I run in app.vue that will not show the grid arrows showing ascending/descending order
Actually an update on the bug I was able to fix it by adding in the style import link that was provided in your earlier example. Thank you for responding and I appreciate the support team for logging the internal task to investigate the issue with not being able to display the documentation preview samples as I was running into trouble using that which was one of the reason