This sample demonstrates the way of data binding to Kanban component with JavaScript object array (local data source).
The Kanban supports binding data source to the board using the dataSource
property that can be
assigned with the array
of JavaScript objects or instances of DataManager.
In this demo, the array of JavaScript objects is assigned as the data source to the Kanban board.