Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<!-- default badges list -->
![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/1039865023/25.1.4%2B)
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T1304334)
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)
<!-- default badges end -->
# Blazor Pivot Table - Data binding using Entity Framework Core

Check failure on line 6 in README.md

View workflow job for this annotation

GitHub Actions / vale

[vale] README.md#L6

[DX.HeadingCapitalization] 'Blazor Pivot Table - Data binding using Entity Framework Core' should match our guidelines for title case
Raw output
{"message": "[DX.HeadingCapitalization] 'Blazor Pivot Table - Data binding using Entity Framework Core' should match our guidelines for title case", "location": {"path": "README.md", "range": {"start": {"line": 6, "column": 3}}}, "severity": "ERROR"}

This example uses [Entity Framework Core](https://learn.microsoft.com/en-us/ef/core/) to bind the [DevExpress Blazor Pivot Table](https://docs.devexpress.com/Blazor/405245/components/pivot-table) to data.

Expand All @@ -22,7 +21,7 @@
- [Bind the Pivot Table to Data](https://docs.devexpress.com/Blazor/405475/components/pivottable/bind-to-data)

<!-- feedback -->
## Does this example address your development requirements/objectives?

Check failure on line 24 in README.md

View workflow job for this annotation

GitHub Actions / vale

[vale] README.md#L24

[DX.HeadingCapitalization] 'Does this example address your development requirements/objectives?' should match our guidelines for title case
Raw output
{"message": "[DX.HeadingCapitalization] 'Does this example address your development requirements/objectives?' should match our guidelines for title case", "location": {"path": "README.md", "range": {"start": {"line": 24, "column": 4}}}, "severity": "ERROR"}

Check failure on line 24 in README.md

View workflow job for this annotation

GitHub Actions / vale

[vale] README.md#L24

[DX.HeadingPunctuation] Don't use end punctuation at the end of headings.
Raw output
{"message": "[DX.HeadingPunctuation] Don't use end punctuation at the end of headings.", "location": {"path": "README.md", "range": {"start": {"line": 24, "column": 69}}}, "severity": "ERROR"}

[<img src="https://www.devexpress.com/support/examples/i/yes-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=blazor-pivot-table-bind-to-data&~~~was_helpful=yes) [<img src="https://www.devexpress.com/support/examples/i/no-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=blazor-pivot-table-bind-to-data&~~~was_helpful=no)

Expand Down
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"autoGenerateVb": true,
"autoGenerateVb": false,
"runOnWeb": false
}
}
Loading