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
2 changes: 1 addition & 1 deletion blazor/treegrid/paging.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ namespace TreeGridComponent.Data {

{% endtabs %}

{% previewsample "https://blazorplayground.syncfusion.com/embed/VXVfCMMTzAVvikyC?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5 %}
{% previewsample "https://blazorplayground.syncfusion.com/embed/rjLdDBLfVTTxAGqR?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}

## Pager with page size dropdown

Expand Down
2 changes: 1 addition & 1 deletion blazor/treegrid/virtualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ By default, the TreeGrid renders twice as many records as the defined height per
}
```

{% previewsample "https://blazorplayground.syncfusion.com/embed/rDVqCBiKKxvhUzUo?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
{% previewsample "https://blazorplayground.syncfusion.com/embed/LXVHXBLThJiOQFnr?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}

N> When the OverscanCount is set to 5, five buffer rows are rendered on the first and last pages. In between pages, a total of ten buffer rows (five before and five after) are rendered around the visible rows.

Expand Down