A quick-start project that helps you filter records in the Vue Tree Grid component. This project contains code to enable filters with their different modes and types. It also has code to filter a tree grid records on initial loading.
Refer to the following documentation on filtering in the Syncfusion Vue Tree Grid component: https://ej2.syncfusion.com/vue/documentation/treegrid/filtering/filtering/
Refer to the following documentation to learn about filter operators: https://ej2.syncfusion.com/vue/documentation/treegrid/filtering/filtering/#filter-operators
Check out this online filtering example of the Syncfusion Vue Tree Grid component: https://ej2.syncfusion.com/vue/demos/#/bootstrap5/tree-grid/filtering.html
Refer to the following Syncfusion Vue Tree Grid getting started video: https://www.youtube.com/watch?v=FEMyOHKjjao
Make sure that you have the latest versions of Vue, Node, Vue Class Component, and Visual Studio Code in your machine before starting to work on this project.
To run this application, you need to clone the how-to-filter-records-in-vue-tree-grid-component repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install command and run your project using the npm run serve command.