|
2 | 2 |
|
3 | 3 | ## Repository Description |
4 | 4 |
|
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. |
10 | 6 |
|
11 | 7 | ## Features |
12 | 8 |
|
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 |
18 | 14 |
|
19 | 15 | ## Technologies Used |
20 | 16 |
|
21 | 17 | * .NET 8.0 |
22 | 18 | * Blazor WebAssembly |
23 | 19 | * Syncfusion Blazor Pivot Table |
24 | | -* C# |
25 | | -* Razor Components |
| 20 | +* C# and Razor Components |
26 | 21 |
|
27 | 22 | ## Prerequisites |
28 | 23 |
|
29 | 24 | * Visual Studio 2022 |
30 | 25 | * .NET 8.0 SDK or later |
31 | 26 | * Modern web browser with WebAssembly support |
32 | 27 |
|
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 |
39 | 29 |
|
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 |
41 | 34 |
|
42 | | -For more information about implementing cell templates and conditional formatting, refer to the official Syncfusion Blazor documentation: |
| 35 | +## Documentation |
43 | 36 |
|
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/ |
48 | 38 |
|
49 | 39 | ## Support |
50 | 40 |
|
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