https://github.com/flexmonster/pivot-blazor
Blazor pivot grid example with Flexmonster
https://github.com/flexmonster/pivot-blazor
blazor blazor-application blazor-components dotnet dotnet-core grid pivot-tables
Last synced: 2 months ago
JSON representation
Blazor pivot grid example with Flexmonster
- Host: GitHub
- URL: https://github.com/flexmonster/pivot-blazor
- Owner: flexmonster
- Created: 2021-07-19T15:48:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T12:21:24.000Z (about 1 year ago)
- Last Synced: 2025-04-05T02:01:47.471Z (3 months ago)
- Topics: blazor, blazor-application, blazor-components, dotnet, dotnet-core, grid, pivot-tables
- Language: HTML
- Homepage: https://www.flexmonster.com
- Size: 58.6 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blazor pivot table | Flexmonster Pivot Table & Charts sample project with Blazor
[](https://www.flexmonster.com?r=sample_blz)
Website: [flexmonster.com](https://www.flexmonster.com?r=sample_blz)[](https://github.com/flexmonster) [](https://twitter.com/Flexmonster)
## Flexmonster Pivot Table & ChartsFlexmonster Pivot Table & Charts is a powerful and fully customizable JavaScript component for web reporting. It is packed with all core features for data analysis and can easily become a part of your Blazor data visualization project. The tool supports popular frameworks like Angular, React, Vue, Blazor, and [more](https://www.flexmonster.com/doc/available-tutorials-integration?r=sample_blz). Also, Flexmonster connects to any data source, including SQL and NoSQL databases, JSON and CSV files, OLAP cubes, and Elasticsearch.
This repository contains a sample [Blazor](https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor) project for Flexmonster Pivot Table & Charts.
Table of contents:
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [What is inside the project](#what-is-inside-the-project)
* [Related Flexmonster docs](#related-flexmonster-docs)
* [Support and feedback](#support-and-feedback)
* [Flexmonster licensing](#flexmonster-licensing)
* [Social media](#social-media)## Prerequisites
- [Microsoft .NET Core 3.1 or later](https://dotnet.microsoft.com/en-us/download)
## Installation
1. Download a `.zip` archive with the sample project or clone it from GitHub with the following command:
```bash
git clone https://github.com/flexmonster/pivot-blazor.git && cd pivot-blazor
```2. Run the sample project from the console:
```
cd Flexmonster.Blazor.Sample
dotnet run
```To see the result, open `http://localhost:5000/` in your browser.
## What is inside the project
Blazor sample project contains several examples of Flexmonster Pivot usage and customization:
- **Pivot table demo** shows how to define the `Report`, `Toolbar`, `Width`, and `Height` initialization parameters.
- **Handling events** demonstrates how to subscribe to events and unsubscribe from them.
- **Using API calls** illustrates how to use Flexmonster's methods.
- **Updating data** is an example of using the `updateData()` method.
You can try all of these examples right from the project’s starting page.## Related Flexmonster docs
- [Integration with Blazor](https://www.flexmonster.com/doc/integration-with-blazor/?r=sample_blz) — learn how to integrate Flexmonster into a Blazor project.
- [Usage examples in Blazor](https://www.flexmonster.com/doc/usage-examples-blazor/?r=sample_blz) — see details on Flexmonster usage.## Support and feedback
In case of any issues, visit our [troubleshooting section](https://www.flexmonster.com/doc/typical-errors?r=sample_blz). You can also search among the [resolved cases](https://www.flexmonster.com/technical-support?r=sample_blz) for a solution to your problem.
To share your feedback or ask questions, contact our Tech team by raising a ticket on [Flexmonster Help Center](https://www.flexmonster.com/help-center?r=sample_blz). You can also find a list of samples, technical specifications, and a user interface guide there.
## Flexmonster licensing
This sample project uses [Flexmonster Blazor wrapper](https://github.com/flexmonster/flexmonster-blazor), which is released as an MIT-licensed (free and open-source) add-on to Flexmonster Pivot.
To learn about Flexmonster Pivot licenses, visit the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing?r=sample_blz).
If you want to test our product, we provide a 30-day free trial.If you need any help with your license — fill out our [Contact form](https://www.flexmonster.com/contact-our-team?r=sample_blz), and we will get in touch with you.
## Social media
Follow us on social media and stay updated on our development process!
[](https://linkedin.com/company/flexmonster) [](https://youtube.com/user/FlexMonsterPivot) [](https://twitter.com/flexmonster)