|
1 | 1 | # Customizing Values in JavaScript Pivot Table |
2 | | -This project showcases how to customize values in a JavaScript Pivot Table. |
3 | 2 |
|
4 | | -# Project prerequisites |
5 | | -Make sure that you have the compatible versions of Visual Studio Code in your machine before starting to work on this project. |
| 3 | +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: |
6 | 4 |
|
7 | | -# How to run this application |
8 | | -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. |
| 5 | +- Customizing Specific Values in Pivot Table |
| 6 | +- Customizing Subtotal Calculations in a Pivot Table |
| 7 | +- Displaying String Values Over Aggregation Counts |
| 8 | + |
| 9 | +## 🛠 Prerequisites |
| 10 | + |
| 11 | +To run the samples, you’ll need: |
| 12 | + |
| 13 | +- A modern web browser (Chrome, Edge, Firefox, or Safari) |
| 14 | +- [Visual Studio Code](https://code.visualstudio.com/) *(optional, for browsing and editing the samples)* |
| 15 | +- Internet connectivity *(required if samples reference CDN resources)* |
| 16 | + |
| 17 | +> No build tools are required. Each sample is a static HTML file. |
| 18 | +
|
| 19 | +## 🚀 Getting Started |
| 20 | + |
| 21 | +1. Clone the repository: |
| 22 | + |
| 23 | + ```bash |
| 24 | + git clone https://github.com/SyncfusionExamples/customizing-values-in-javascript-pivot-table |
| 25 | + cd customizing-values-in-javascript-pivot-table |
| 26 | + ``` |
| 27 | +2. Explore the sample folders. |
| 28 | +3. Open any `index.html` file directly in your browser to view the sample. |
| 29 | + |
| 30 | +## 📁 Repository Structure |
| 31 | + |
| 32 | +- `customizing-specific-values/` |
| 33 | + Demonstrates how to customize specific values in the Pivot Table based on defined conditions, enabling dynamic formatting and targeted value adjustments. |
| 34 | +- `customizing-subtotal-calculations/` |
| 35 | + Explains how to customize subtotal calculations in the Pivot Table, including control over their visibility, placement, and labeling. |
| 36 | +- `displaying-string-values-over-aggregation-counts/` |
| 37 | + Shows how to display string values instead of default count-based aggregation results, enhancing readability and contextual relevance. |
| 38 | + |
| 39 | +## 📚 Learn More |
| 40 | + |
| 41 | +- [Getting Started with Syncfusion JavaScript (ES5) Pivot Table](https://ej2.syncfusion.com/javascript/documentation/pivotview/getting-started) |
| 42 | +- [Live Feature Samples and Demos](https://ej2.syncfusion.com/javascript/demos/#/tailwind3/pivot-table/overview.html) |
| 43 | + |
| 44 | +## 💬 Support and Feedback |
| 45 | + |
| 46 | +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). |
| 47 | + |
| 48 | +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). |
| 49 | + |
| 50 | +## 📜 License |
| 51 | + |
| 52 | +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). |
0 commit comments