Skip to content
Merged
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
14 changes: 12 additions & 2 deletions blazor/pivot-table/getting-started-with-server-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,22 @@ To include the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Pivot Tab

N> If your app uses global interactivity with the **Server** render mode, this is configured by default in the **App.razor** file.

```razor
{% tabs %}
{% highlight razor %}

@* Specify the render mode for the page *@
@rendermode InteractiveServer

{% endhighlight %}
{% endtabs %}

{% tabs %}
{% highlight razor %}

<SfPivotView TValue="ProductDetails"></SfPivotView>
```

{% endhighlight %}
{% endtabs %}

## Assigning sample data to the Blazor pivot table

Expand Down