Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.74 KB

File metadata and controls

47 lines (26 loc) · 1.74 KB

Deep dive into Grouping and Aggregates in the Vue Grid

A quick start project that helps you to enable grouping in the Vue Grid and apply grouping on initial loading. This project contains code snippet to work with built-in and custom aggregates in the Grid, along with group and caption aggregates.

Documentation:

Grouping: https://ej2.syncfusion.com/vue/documentation/grid/grouping/

Aggregates: https://ej2.syncfusion.com/vue/documentation/grid/aggregates/

Online Examples:

Grouping: https://ej2.syncfusion.com/demos/#/material/grid/grouping.html

Aggregates: https://ej2.syncfusion.com/demos/#/material/grid/aggregate-default.html

Project pre-requisites

Make sure that you have the compatible versions of Node and Vue-Cli in your machine before starting to work on this project.

How to run this application?

To run this application, you need to first clone the deep-dive-into-grouping-and-aggregates-in-the-vue-grid repository and then navigate to its appropriate path where it has been located in your system.

To do so, open the command prompt and run the below commands one after the other.

git clone https://github.com/SyncfusionExamples/deep-dive-into-grouping-and-aggregates-in-the-vue-grid grid-example
cd grid-example

Installation

Once done with downloading, you need to install the packages required to run this application locally. To do so, run the following command:

npm install

Running on development server

Run npm run serve command for a dev server. Navigate to http://localhost:8080/. The app will automatically reload if you change any of the source files.

Further help

To get more help on the vue CLI use go check out the Vue-Cli README.