Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, 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!

4
Votes

When we perform the CRUD action, all the cards are getting re-rendered. Provide the support to update the particular card only when we perform the CRUD.

For example, when we call "kanban.updateCard(cardDetails)" We would expect a single card to be rerendered.

When load large amounts of cards and re-render all the cards, it causes performance delay.