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

Currently, the Kanban Component does not have built-in property or method to collapse and expand all swimlane rows.

Need to provide support to collapse and expand the swimlane rows programmatically.

  1. A boolean should be introduced to indicate whether all the rows are collapsed or expanded.
  2. A event should be triggered to notify the row is expanded for example when all rows are expanded and then one row is collapsed, an emitted event will be helpful to update the button icons.


Reference:

Below is a workaround sample.

Sample: https://stackblitz.com/edit/angular-vfsuh4-pvrwen?file=src%2Fapp.component.html,src%2Fapp.component.ts