Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 49 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,52 @@
# Customizing Values in JavaScript Pivot Table
This project showcases how to customize values in a JavaScript Pivot Table.

# Project prerequisites
Make sure that you have the compatible versions of Visual Studio Code in your machine before starting to work on this project.
This repository provides focused examples demonstrating various techniques to customize and present values in the **Syncfusion JavaScript (ES5) Pivot Table (PivotView)**. Each sample is a standalone HTML file that can be opened directly in a browser, showcasing real-world scenarios such as:

# How to run this application
To run this application, you first need to clone the [customizing-values-in-javascript-pivot-table ](https://github.com/SyncfusionExamples/customizing-values-in-javascript-pivot-table) repository and then open it in Visual Studio Code. Now, open the index.html file in a web browser, and it will render the Syncfusion JavaScript (ES5) Pivot Table component.
- Customizing Specific Values in Pivot Table
- Customizing Subtotal Calculations in a Pivot Table
- Displaying String Values Over Aggregation Counts

## 🛠 Prerequisites

To run the samples, you’ll need:

- A modern web browser (Chrome, Edge, Firefox, or Safari)
- [Visual Studio Code](https://code.visualstudio.com/) *(optional, for browsing and editing the samples)*
- Internet connectivity *(required if samples reference CDN resources)*

> No build tools are required. Each sample is a static HTML file.

## 🚀 Getting Started

1. Clone the repository:

```bash
git clone https://github.com/SyncfusionExamples/customizing-values-in-javascript-pivot-table
cd customizing-values-in-javascript-pivot-table
```
2. Explore the sample folders.
3. Open any `index.html` file directly in your browser to view the sample.

## 📁 Repository Structure

- `customizing-specific-values/`
Demonstrates how to customize specific values in the Pivot Table based on defined conditions, enabling dynamic formatting and targeted value adjustments.
- `customizing-subtotal-calculations/`
Explains how to customize subtotal calculations in the Pivot Table, including control over their visibility, placement, and labeling.
- `displaying-string-values-over-aggregation-counts/`
Shows how to display string values instead of default count-based aggregation results, enhancing readability and contextual relevance.

## 📚 Learn More

- [Getting Started with Syncfusion JavaScript (ES5) Pivot Table](https://ej2.syncfusion.com/javascript/documentation/pivotview/getting-started)
- [Live Feature Samples and Demos](https://ej2.syncfusion.com/javascript/demos/#/tailwind3/pivot-table/overview.html)

## 💬 Support and Feedback

For any other queries, contact our [Syncfusion® support team](https://support.syncfusion.com/?utm_source=github&utm_medium=listing&utm_campaign=github-github-documenteditor-examples) or post your queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing&utm_campaign=github-github-documenteditor-examples).

Request a new feature through [Syncfusion® feedback portal](https://www.syncfusion.com/feedback?utm_source=github&utm_medium=listing&utm_campaign=github-github-documenteditor-examples).

## 📜 License

This is a commercial product and requires a paid license for possession or use. Syncfusion's licensed software, including this component, is subject to the terms and conditions of [Syncfusion's EULA](https://www.syncfusion.com/license/studio/22.2.5/syncfusion_essential_studio_eula.pdf?utm_source=github&utm_medium=listing&utm_campaign=github-github-documenteditor-examples). You can purchase a license [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing&utm_campaign=github-github-documenteditor-examples) or start a free 30\-day trial [here](https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=github&utm_medium=listing&utm_campaign=github-github-documenteditor-examples).