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

Hi,

There is an issue with displaying filter after refresh/load. I think those bugs are related so I create one feedback.

https://stackblitz.com/edit/angular-wsypw3-maegt9?file=app.component.ts

Common step for both issues. Right click on C2 and apply 'Filter by value of selected cell

  • Now, refresh issue:
  1. Click on refresh button below spreadsheet.
  2. Icon next to Colo(C1) disappears, and we have hidden rows which we are unable to see without workaround(apply filter again and clear).
  • Save/Load issue:
  1. Click save button.
  2. Click load button. On load I've added some timeouts to destroy spreadsheet component and create fresh one. This imitates behavior of my application, when I load json from database when user opens site.
  3. Same as previously. 
    Icon next to Colo(C1) disappears, and we have hidden rows which we are unable to see without workaround(apply filter again and clear).

So, expected:
Empty

Actual:

undefined


Regards,
Jacek