Skip to content

Commit 236140e

Browse files
980754: Revise UG Documentation Content for Blazor Platform(Section-7)
1 parent a52dd91 commit 236140e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/pivot-table/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ The following example shows how to add a field to the filter axis in a Blazor Pi
542542

543543
@code{
544544
public List<ProductDetails> dataSource { get; set; }
545-
protected override to OnInitialized()
545+
protected override void OnInitialized()
546546
{
547547
this.dataSource = ProductDetails.GetProductData().ToList();
548548
//Bind the data source collection here. Refer "Assigning sample data to the pivot table" (https://blazor.syncfusion.com/documentation/pivot-table/getting-started#assigning-sample-data-to-the-blazor-pivot-table) section for more details.

0 commit comments

Comments
 (0)