Infinite Scrolling of Cards in each Kanban's Column

I want to implement infinite scrolling in the KanbanComponent for eg in Gitlab boards, we can scroll all the issues in a board using infinite scrolling.

 Implementing scrolling of cards is useful when Kanban's is getting its data from an API. Usually, the data is large & it's not reliable to show all the cards at the same time because then, it will decrease the performance of the Kanban & also decreases user interaction.

Is this feature available as I didn't found in the Docs or is it under development?


1 Reply

IS Indrajith Srinivasan Syncfusion Team November 8, 2021 11:43 AM UTC

Hi Parag, 
 
Greetings from Syncfusion support, 
 
We have validated your reported query “Infinite Scrolling of Cards in each Kanban's Column” in Kanban. We don’t have an internal option to set the scroll bar for each column. Also we doesn’t have support for virtual scrolling in Kanban, so we have already considered “Provide virtual scrolling support in Kanban” as a feature request from our end and logged the report for the same and the fix will be included with any of our upcoming releases.    
   
You can now track the current status of the report, review the proposed resolution timeline, and contact us for any further inquiries through this link: https://www.syncfusion.com/feedback/27249/ 
 
But we can set the scroll bar for an individual column, from application end by overriding the below CSS class. Which enables the scrolling for large cards present in the Kanban. Check the below shared sample and style for reference. 
 
CSS: 
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper {  
    height490px 
 
 
 
Please let us know if the solution helps, 
 
Regards, 
Indrajith 


Loader.
Up arrow icon