A quick-start project that helps you display aggregate values for columns in the Syncfusion Vue Tree Grid component. This project contains code to enable aggregate with their types. It also has code to display the custom aggregate function.
Refer to the following documentation on aggregates in the Syncfusion Vue Tree Grid component: https://ej2.syncfusion.com/vue/documentation/treegrid/aggregates/aggregates/
Check out this online aggregates example of the Syncfusion Vue Tree Grid component: https://ej2.syncfusion.com/vue/demos/#/bootstrap5/tree-grid/aggregate.html
Refer to the following Syncfusion Vue Tree Grid getting started video: https://www.youtube.com/watch?v=FEMyOHKjjao
Check the following documentation to know more about template rendering in Syncfusion Vue components, https://ej2.syncfusion.com/vue/documentation/common/template/
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 deep-dive-into-aggregates-in-vue-treegrid
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.