A quick-start Vue project that shows how to perform filtering and searching in the Vue Kanban component. It includes a code snippet for filtering and searching data based on a particular field in the Kanban board.
Watch the video: https://www.syncfusion.com/tutorial-videos/vue/kanban-board?title=perform-filtering-and-searching-in-vue-kanban-component
Documentation for the Vue Kanban component: https://ej2.syncfusion.com/vue/documentation/kanban/how-to/filter-cards
Check out this online example of the Vue Kanban component: https://ej2.syncfusion.com/vue/demos/#/material3/kanban/default.html
Make sure you have the latest versions of Node.js and Visual Studio Code on your machine before working with this project.
To run this application, you need to clone the Perform-Filtering-and-Searching-in-Vue-Kanban-Component
repository and then open it in Visual Studio Code. After that, just install all the necessary Vue packages in your project using the npm install
command and run your project using the npm run dev
command.