We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fc80fe + 4505b58 commit 250d152Copy full SHA for 250d152
blazor/pivot-table/getting-started-with-server-app.md
@@ -192,12 +192,22 @@ To include the Syncfusion<sup style="font-size:70%">®</sup> Blazor Pivot Tab
192
193
N> If your app uses global interactivity with the **Server** render mode, this is configured by default in the **App.razor** file.
194
195
-```razor
+{% tabs %}
196
+{% highlight razor %}
197
+
198
@* Specify the render mode for the page *@
199
@rendermode InteractiveServer
200
201
+{% endhighlight %}
202
+{% endtabs %}
203
204
205
206
207
<SfPivotView TValue="ProductDetails"></SfPivotView>
-```
208
209
210
211
212
## Assigning sample data to the Blazor pivot table
213
0 commit comments