Skip to content

Commit 4d11633

Browse files
authored
Merge pull request #7318 from syncfusion-content/990933-DocChange
990933: Updated playground sample link
2 parents c04bb97 + c83fb88 commit 4d11633

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

blazor/treegrid/columns/column-chooser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ namespace TreeGridComponent.Data {
238238
{% endhighlight %}
239239
{% endtabs %}
240240

241-
{% previewsample "https://blazorplayground.syncfusion.com/embed/hZVeCDLJCycwyswR?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
241+
{% previewsample "https://blazorplayground.syncfusion.com/embed/VDrSCLWYVEZRkQWK?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
242242

243243
## Template support in column chooser
244244

blazor/treegrid/filtering/filtering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ namespace TreeGridComponent.Data {
532532
{% endhighlight %}
533533
{% endtabs %}
534534

535-
{% previewsample "https://blazorplayground.syncfusion.com/embed/BNVeWhWXTjGvORab?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
535+
{% previewsample "https://blazorplayground.syncfusion.com/embed/LthSCriYrFRArzyg?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
536536

537537
## Filtering with ignore accent
538538

@@ -650,4 +650,4 @@ namespace TreeGridComponent.Data {
650650
{% endhighlight %}
651651
{% endtabs %}
652652

653-
{% previewsample "https://blazorplayground.syncfusion.com/embed/VjLICBWNzMjzIsMp?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
653+
{% previewsample "https://blazorplayground.syncfusion.com/embed/LXBSChikLlQxWZHr?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}

blazor/treegrid/searching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ namespace TreeGridComponent.Data {
429429
{% endhighlight %}
430430
{% endtabs %}
431431

432-
{% previewsample "https://blazorplayground.syncfusion.com/embed/LXLIMrWjKvpFqzBK?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
432+
{% previewsample "https://blazorplayground.syncfusion.com/embed/hthIshikhPJJKWJV?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
433433

434434
## Searching with ignore accent
435435

@@ -550,7 +550,7 @@ namespace TreeGridComponent.Data {
550550
{% endhighlight %}
551551
{% endtabs %}
552552

553-
{% previewsample "https://blazorplayground.syncfusion.com/embed/LZBeWrWDUuJTPmdQ?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
553+
{% previewsample "https://blazorplayground.syncfusion.com/embed/LZBSCBMuBFBKInJs?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
554554

555555
> * This feature ignores accents for both searching and filtering operations in the Blazor DataGrid when using an `IEnumerable` data source.
556556
> * This feature works only for characters outside the ASCII range.

blazor/treegrid/sorting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ namespace TreeGridComponent.Data {
606606
{% endhighlight %}
607607
{% endtabs %}
608608

609-
{% previewsample "https://blazorplayground.syncfusion.com/embed/VXrSWVWZprFrLETz?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
609+
{% previewsample "https://blazorplayground.syncfusion.com/embed/hNLosBiEBFOpdhVk?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
610610

611611
> * The `SortComparer` function takes two parameters: `a` and `b`. These parameters represent the values to be compared. The function returns **-1**, **0**, or **1**, depending on the comparison result, which showcases the sorting order.
612612
> * The `SortComparer` property will work only for local data.

0 commit comments

Comments
 (0)