From 581382227fa8987505e1ae60f5760b6d1eacb83c Mon Sep 17 00:00:00 2001 From: Sridhar-Karunakaran <107928376+Sridhar-Karunakaran@users.noreply.github.com> Date: Thu, 16 Oct 2025 21:40:55 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 54 +++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 49 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0ceb9f4..f7bd820 100644 --- a/README.md +++ b/README.md @@ -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)* + +N> 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). From 27c3e02e790f17a8ba94d859d3e45f2ae58df80f Mon Sep 17 00:00:00 2001 From: sridhar Date: Fri, 17 Oct 2025 15:06:51 +0530 Subject: [PATCH 2/2] Updating Readme file content --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7bd820..3bbc2ba 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To run the samples, you’ll need: - [Visual Studio Code](https://code.visualstudio.com/) *(optional, for browsing and editing the samples)* - Internet connectivity *(required if samples reference CDN resources)* -N> No build tools are required. Each sample is a static HTML file. +> No build tools are required. Each sample is a static HTML file. ## 🚀 Getting Started