Skip to content

Commit 239bdd7

Browse files
Revise README for clarity and formatting
Updated the README to improve clarity and conciseness.
1 parent 2582e87 commit 239bdd7

1 file changed

Lines changed: 15 additions & 25 deletions

File tree

README.md

Lines changed: 15 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,50 +2,40 @@
22

33
## Repository Description
44

5-
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.
6-
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.
5+
A quick-start project demonstrating how to customize the Syncfusion Blazor Pivot Table using cell templates and conditional formatting in a Blazor WebAssembly application.
106

117
## Features
128

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
9+
* **Cell Template Customization**: Customize pivot table cells with custom HTML and styling
10+
* **Conditional Formatting**: Apply dynamic formatting rules based on data values
11+
* **Programmatic Formatting**: Apply rules through C# for dynamic logic
12+
* **WebAssembly Support**: Client-side rendering with optimal performance
13+
* **Syncfusion Integration**: Leverages Syncfusion Blazor Pivot Table components
1814

1915
## Technologies Used
2016

2117
* .NET 8.0
2218
* Blazor WebAssembly
2319
* Syncfusion Blazor Pivot Table
24-
* C#
25-
* Razor Components
20+
* C# and Razor Components
2621

2722
## Prerequisites
2823

2924
* Visual Studio 2022
3025
* .NET 8.0 SDK or later
3126
* Modern web browser with WebAssembly support
3227

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
28+
## How to Run
3929

40-
## Documentation and Resources
30+
1. Clone or download the project
31+
2. Open the solution in Visual Studio 2022
32+
3. Restore NuGet packages by rebuilding
33+
4. Run the application to start the development server
4134

42-
For more information about implementing cell templates and conditional formatting, refer to the official Syncfusion Blazor documentation:
35+
## Documentation
4336

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
37+
For guidance, refer to Syncfusion Blazor Pivot Table documentation at https://blazor.syncfusion.com/documentation/pivot-table/
4838

4939
## Support
5040

51-
For additional support or questions, refer to the Syncfusion Blazor Pivot Table documentation or visit the Syncfusion support community.
41+
For questions, refer to the Syncfusion Blazor Pivot Table documentation or support community.

0 commit comments

Comments
 (0)