Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.
Open
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
4 changes: 2 additions & 2 deletions grid-sdk/angular/pivot-table/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ Modify the template in the **src/app/app.ts** file to render the Pivot Table com

{% tabs %}
{% highlight ts tabtitle="app.ts" %}
{% include code-snippet/grid-sdk/angular/pivot-table/angular/pivot-table/angular/pivot-table/getting-started-cs105/src/app/app.ts %}
{% include code-snippet/grid-sdk/angular/pivot-table/getting-started-cs105/src/app/app.ts %}
{% endhighlight %}

{% highlight ts tabtitle="main.ts" %}
{% include code-snippet/grid-sdk/angular/pivot-table/angular/pivot-table/angular/pivot-table/getting-started-cs105/src/main.ts %}
{% include code-snippet/grid-sdk/angular/pivot-table/getting-started-cs105/src/main.ts %}
{% endhighlight %}

{% endtabs %}
Expand Down
4 changes: 2 additions & 2 deletions grid-sdk/react/pivot-table/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ The Pivot Table code should be placed in the **src/App.tsx** file (or **src/App.

{% tabs %}
{% highlight js tabtitle="App.jsx" %}
{% include code-snippet/grid-sdk/react/pivot-table/react/pivot-table/react/pivot-table/getting-started-cs1/app/App.jsx %}
{% include code-snippet/grid-sdk/react/pivot-table/getting-started-cs1/app/App.jsx %}
{% endhighlight %}
{% highlight ts tabtitle="App.tsx" %}
{% include code-snippet/grid-sdk/react/pivot-table/react/pivot-table/react/pivot-table/getting-started-cs1/app/App.tsx %}
{% include code-snippet/grid-sdk/react/pivot-table/getting-started-cs1/app/App.tsx %}
{% endhighlight %}
{% endtabs %}

Expand Down