Filter cards in JavaScript Kanban control
18 Nov 20181 minute to read
You can filter the collection of cards from the dataSource and display it on the Kanban board by using the query property.
In the below sample, you can filter the cards based on the ‘where’ query and display the filtered data to the Kanban board.