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!>
Thanks for joining our community and helping improve Syncfusion products!
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.