Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
We would like to be able to render the columns in the ColumnChooser in a different order.
The checked columns at the top as well as alphabetically. I thought I would be able to do this by overriding the template, which I was to a certain point.
Doing so by passing the 'let-data' parameter to a sorting method would break the click handler, however whereas not passing 'let-data' to a sorting method, but handle sorting externally would break the search functionality.
We'd like to be able to use a simple sorting method that allows us to sort the columns in the ColumnChooser.