Paginator Kanban List

Hello,
do you have the possibility to dynamic load the Kanban lane like with a paginatior?
As sample: the lane always show 100 items at the same time?
I have around 3000 tickets/items in lane 1 (inbox) and the Kanban board becomes very slow while scrolling. So I hope the is a way to show the data a more dynamic way. So JSON has 3000 items and Kanban UI only an fixed amount at the same time.

I use a JSON file as datasource.

I have around 3000 tickets/items in lane 1 (inbox) and the Kanban board becomes very slow

You can enable dynamic rendering feature for the lists
https://snippet.webix.com/xzk1p0v6

Please be sure to define the fixed item height for the dynamic list ( dynamic rendering will not work for lists where item height set to “auto” )

Also, while in common lists, this feature allows both dynamic rendering and data loading on demand, in case of kanban only dynamic rendering can be applied. You still need to load all data at once.

Thank yo ufos the info, but what about dynamic items? Like example, some items have an image in the body and some none.

Unfortunately, it will not work for dynamic loading ( you can have different templates for items, but they all must have the same height value )

While it is uncommon, you still can use paging with kanban lists. It will not require fixed height for list’s items.

https://snippet.webix.com/ucp8y2b1