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?