Skip to content

Commit 993656c

Browse files
987889: Updating Readme file content
1 parent d8b0352 commit 993656c

File tree

1 file changed

+39
-5
lines changed

1 file changed

+39
-5
lines changed

README.md

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,41 @@
1-
# Working with Pivot Table
2-
Learn here about the javascript pivot table and its basic functionalities in detailed manner. To run the sample, please follow the below steps:
3-
* Download files from the github repository.
4-
* Open the index.html in your web browser.
5-
* Now you will be able to see the Pivot Table control as below. You can also interact with the Pivot Table with the help of Field List and Grouping Bar UI to change reports during runtime.
1+
# 📊 Syncfusion JavaScript Pivot Table Example
62

3+
This project demonstrates how to use the **Syncfusion JavaScript Pivot Table** component. The Pivot Table is a powerful tool for summarizing, analyzing, and visualizing data in a tabular format. It supports features like sorting, filtering, grouping, and calculated fields.
4+
5+
## ✨ Features in This Sample
6+
- **Pivot Table Rendering**: Displays data in rows and columns for easy analysis.
7+
- **Grouping Bar**: Allows you to drag and drop fields to customize the report.
8+
- **Field List**: Lets you add or remove fields dynamically.
9+
- **Sorting and Formatting**: Sort data and apply number/currency formats.
10+
- **Calculated Fields**: Create custom calculations on the fly.
11+
12+
## 📂 Project Structure
13+
```
14+
image/
15+
myapp/
16+
├── index.html
17+
└── index.js
18+
```
19+
20+
- **index.html**: Contains the HTML structure and a container for the Pivot Table.
21+
- **index.js**: Initializes the PivotView component and configures its settings.
22+
23+
## ▶️ How to Run
24+
1. Clone or download this repository.
25+
2. Open `myapp/index.html` in your browser.
26+
3. The Pivot Table will load with sample data. You can interact with it using the Field List and Grouping Bar.
27+
28+
## 🖼️ Screenshot
729
![Pivot Table](https://github.com/SyncfusionExamples/working-with-pivot-table/blob/master/image/PivotTable.PNG)
30+
31+
## 📚 Learn More
32+
- [Pivot Table Documentation](https://ej2.syncfusion.com/javascript/documentation/pivotview/getting-started)
33+
- [Pivot Table Demos](https://ej2.syncfusion.com/javascript/demos/#/tailwind3/pivot-table/overview.html)
34+
35+
## 💬 Support
36+
For questions or feedback, visit the [Syncfusion Support Portal](https://support.syncfusion.com) or [Community Forums](https://www.syncfusion.com/forums).
37+
38+
## 📜 License
39+
This is a commercial product and requires a valid Syncfusion license.
40+
41+
[View License Terms](https://www.syncfusion.com/license/studio/22.2.5/syncfusion_essential_studio_eula.pdf).

0 commit comments

Comments
 (0)