Skip to content

SyncfusionExamples/deep-dive-into-aggregates-in-the-react-treegrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Dive into Aggregates in the React TreeGrid

Repository Description

This repository is a focused sample application that demonstrates configuring and use aggregate calculations with the React TreeGrid component from Syncfusion's component library.

overview

The example shows to display built-in aggregate values (sum, average, count, min, max), to add and render custom aggregate functions, and to customize the footer area to present the aggregate results.

Features

  • Demonstrate the aggregate integration in treegrid sample.
  • Demonstrate the custom aggregate integration in treegrid sample.

Project prerequisites

Before starting, ensure you have the following installed:

  • Node.js: Latest stable version
  • Visual Studio Code: Latest version recommended
  • npm: Node Package Manager (included with Node.js)
  • Basic knowledge of React and JavaScript

Installation

Clone and set up the project:

git clone https://github.com/SyncfusionExamples/deep-dive-into-aggregates-in-the-react-treegrid
cd deep-dive-into-aggregates-in-the-react-treegrid
npm install

Running the Application

Start the development server:

npm start

The application will open in your default browser. Any changes you make to the source files will automatically reload the application.

Examples

Explore Syncfusion EJ2 TreeGrid aggregate examples:

https://ej2.syncfusion.com/react/demos/#/fluent2/treegrid/aggregate-default

https://ej2.syncfusion.com/react/demos/#/fluent2/treegrid/custom-aggregate

Documentation

For detailed information and configuration options: https://ej2.syncfusion.com/react/documentation/treegrid/aggregates/aggregates

About

A quick-start project that helps you to display aggregate values in the columns of the React TreeGrid component. It also has code to customize the footer aggregate and add custom aggregate functions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors