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!
This issue is to do with the details view of FileManager.
When running in development (i.e production: false) the sorting by columns (either ascending or descending) works fine.
However when we have pushed this to our production branch (i.e. production: true in the environment.ts) sorting no longer works and our error tracking receives either of the two following errors:
TypeError: this.gridObj.sortModule is undefined
or:
TypeError: Cannot read property 'allowSorting' of undefined
When trying to run the code locally with an environment (i.e. ng serve -c development) the same issue occurs.
Is this something that can be looked at or am I missing something?