Skip to content

Commit 2582e87

Browse files
Updating readme content
1 parent 74aa714 commit 2582e87

1 file changed

Lines changed: 40 additions & 9 deletions

File tree

README.md

Lines changed: 40 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,51 @@
11
# Customize the appearance of a Blazor Pivot Table Using Templates and Conditional Formatting
22

3+
## Repository Description
4+
35
A quick-start project that helps you customize the Syncfusion Blazor Pivot Table easily using a template and conditional formatting in a WebAssembly app. You will learn how to customize the appearance of Pivot Table cells using the cell template and apply conditional formatting to a specific value field programmatically and to all the value fields.
46

5-
**Documentation**: https://blazor.syncfusion.com/documentation/pivot-table/row-and-column/#cell-template
6-
https://blazor.syncfusion.com/documentation/pivot-table/conditional-formatting
7+
## Project Overview
8+
9+
This Blazor WebAssembly sample application demonstrates how to enhance the visual presentation of data in Syncfusion Pivot Tables. The project showcases practical examples of applying custom styling and formatting to pivot table cells, enabling developers to create professional and visually appealing data visualizations. The application uses Blazor WebAssembly for client-side rendering combined with Syncfusion's robust Pivot Table component.
10+
11+
## Features
12+
13+
* **Cell Template Customization**: Customize the appearance of individual pivot table cells with custom HTML and styling
14+
* **Conditional Formatting**: Apply dynamic formatting rules to specific value fields or all value fields based on data values
15+
* **Programmatic Formatting**: Apply conditional formatting rules through C# code for dynamic formatting logic
16+
* **WebAssembly Support**: Build and run as a Blazor WebAssembly application for optimal client-side performance
17+
* **Syncfusion Integration**: Leverages Syncfusion Blazor components for professional UI controls
18+
19+
## Technologies Used
720

8-
**Online example**: https://blazor.syncfusion.com/demos/pivot-table/cell-template
9-
https://blazor.syncfusion.com/demos/pivot-table/conditional-formatting
21+
* .NET 8.0
22+
* Blazor WebAssembly
23+
* Syncfusion Blazor Pivot Table
24+
* C#
25+
* Razor Components
1026

1127
## Prerequisites
1228

1329
* Visual Studio 2022
30+
* .NET 8.0 SDK or later
31+
* Modern web browser with WebAssembly support
32+
33+
## How to Run the Project
34+
35+
1. **Clone or Download**: Checkout this project to a location on your disk
36+
2. **Open in Visual Studio**: Open the solution file using Visual Studio 2022
37+
3. **Restore Dependencies**: Restore the NuGet packages by rebuilding the solution
38+
4. **Run the Application**: Run the project to start the development server
39+
40+
## Documentation and Resources
41+
42+
For more information about implementing cell templates and conditional formatting, refer to the official Syncfusion Blazor documentation:
43+
44+
* **Cell Template Documentation**: https://blazor.syncfusion.com/documentation/pivot-table/row-and-column/#cell-template
45+
* **Conditional Formatting Documentation**: https://blazor.syncfusion.com/documentation/pivot-table/conditional-formatting
46+
* **Cell Template Demo**: https://blazor.syncfusion.com/demos/pivot-table/cell-template
47+
* **Conditional Formatting Demo**: https://blazor.syncfusion.com/demos/pivot-table/conditional-formatting
1448

15-
## How to run the project
49+
## Support
1650

17-
* Checkout this project to a location in your disk.
18-
* Open the solution file using the Visual Studio 2022.
19-
* Restore the NuGet packages by rebuilding the solution.
20-
* Run the project.
51+
For additional support or questions, refer to the Syncfusion Blazor Pivot Table documentation or visit the Syncfusion support community.

0 commit comments

Comments
 (0)