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!

  • 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

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?