Kanban Column Counter

Hello all,

I am implementing webix kanban on a website and in every header in it I want to display the number of items in the column respective to it. Obviously I also want the numbers to change automatically as I drag and drop from one column to another.
So is there a built in counter feature? Or should I just do it manually? I appreciate any help I can get.

Hello,

there is not a built-in counter for kanban lanes. However, it is possible to add text with cards count.

Please take a look at the demo:

http://webix.com/snippet/989fd512

Here onStoreUpdated event handler, which is fired on data change, updates all headers in Kanban lanes.