Example of Local Data in React Kanban Component

/
/
LocalData

This sample demonstrates the way of data binding to Kanban component with JavaScript object array (local data source).

More Details...

Loading....
Description

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.