Skip to content

Commit

Permalink
Fixed wrong scroller links
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Aug 11, 2022
1 parent 1a0cebf commit ef4510b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ <h5>Properties</h5>
<tr>
<td>virtualScrollOptions</td>
<td>ScrollerOptions</td>
<td>false</td>
<td>Whether to use the scroller feature. The properties of <a href="#" [routerLink]="['/theming']">scroller</a> component can be used like an object in it.</td>
<td>null</td>
<td>Whether to use the scroller feature. The properties of <a href="#" [routerLink]="['/scroller']">scroller</a> component can be used like an object in it.</td>
</tr>
<tr>
<td>lazy</td>
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/components/dropdown/dropdowndemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,8 @@ <h5>Properties</h5>
<tr>
<td>virtualScrollOptions</td>
<td>ScrollerOptions</td>
<td>false</td>
<td>Whether to use the scroller feature. The properties of <a href="#" [routerLink]="['/theming']">scroller</a> component can be used like an object in it.</td>
<td>null</td>
<td>Whether to use the scroller feature. The properties of <a href="#" [routerLink]="['/scroller']">scroller</a> component can be used like an object in it.</td>
</tr>
<tr>
<td>lazy</td>
Expand Down
8 changes: 4 additions & 4 deletions src/app/showcase/components/multiselect/multiselectdemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ <h5>Model Driven Forms</h5>
</app-code>

<h5>Custom Content</h5>
<p>For custom content support when displaying options, define a ng-template named <i>item</i> where the local ng-template variable refers to an option in the options collection.
Similarly <i>selectedItems</i> template can be used to customize when displaying the selected options. Additionally a custom header, filter, footer and empty filter message can be provided using <i>header</i>, <i>filter</i>, <i>footer</i> and <i>emptyfilter</i> templates.
<p>For custom content support when displaying options, define a ng-template named <i>item</i> where the local ng-template variable refers to an option in the options collection.
Similarly <i>selectedItems</i> template can be used to customize when displaying the selected options. Additionally a custom header, filter, footer and empty filter message can be provided using <i>header</i>, <i>filter</i>, <i>footer</i> and <i>emptyfilter</i> templates.
In addition when grouping is enabled, <i>group</i> template is available to customize the option groups. All templates get the option instance as the default local template variable.</p>

<app-code lang="markup" ngNonBindable ngPreserveWhitespaces>
Expand Down Expand Up @@ -605,8 +605,8 @@ <h5>Properties</h5>
<tr>
<td>virtualScrollOptions</td>
<td>ScrollerOptions</td>
<td>false</td>
<td>Whether to use the scroller feature. The properties of <a href="#" [routerLink]="['/theming']">scroller</a> component can be used like an object in it.</td>
<td>null</td>
<td>Whether to use the scroller feature. The properties of <a href="#" [routerLink]="['/scroller']">scroller</a> component can be used like an object in it.</td>
</tr>
<tr>
<td>lazy</td>
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/components/table/tabledemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -3238,8 +3238,8 @@ <h5>Properties</h5>
<tr>
<td>virtualScrollOptions</td>
<td>ScrollerOptions</td>
<td>false</td>
<td>Whether to use the scroller feature. The properties of <a href="#" [routerLink]="['/theming']">scroller</a> component can be used like an object in it.</td>
<td>null</td>
<td>Whether to use the scroller feature. The properties of <a href="#" [routerLink]="['/scroller']">scroller</a> component can be used like an object in it.</td>
</tr>
<tr>
<td>contextMenu</td>
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/components/tree/treedemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -710,8 +710,8 @@ <h5>Properties</h5>
<tr>
<td>virtualScrollOptions</td>
<td>ScrollerOptions</td>
<td>false</td>
<td>Whether to use the scroller feature. The properties of <a href="#" [routerLink]="['/theming']">scroller</a> component can be used like an object in it.</td>
<td>null</td>
<td>Whether to use the scroller feature. The properties of <a href="#" [routerLink]="['/scroller']">scroller</a> component can be used like an object in it.</td>
</tr>
<tr>
<td>lazy</td>
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/components/treetable/treetabledemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -2001,8 +2001,8 @@ <h5>Properties</h5>
<tr>
<td>virtualScrollOptions</td>
<td>ScrollerOptions</td>
<td>false</td>
<td>Whether to use the scroller feature. The properties of <a href="#" [routerLink]="['/theming']">scroller</a> component can be used like an object in it.</td>
<td>null</td>
<td>Whether to use the scroller feature. The properties of <a href="#" [routerLink]="['/scroller']">scroller</a> component can be used like an object in it.</td>
</tr>
<tr>
<td>frozenWidth</td>
Expand Down

0 comments on commit ef4510b

Please sign in to comment.