Skip to content

Commit 35bff23

Browse files
authored
Merge pull request #315 from IgniteUI/dtsvetkov/set-crm-src-values
fix(*): set src for CRM sample in grids-and-lists
2 parents 509c538 + 36031d2 commit 35bff23

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/angular/src/content/en/components/grids-and-lists.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Ignite UI for Angular provides a complete library of Angular-native, Material-ba
2323
## Angular Grid Example
2424
In this angular grid example, you can see how users can customize their _data view_ by leveraging the various features built into the grid, like data search and filtering, columns sorting, resizing, pinning and hiding, row selection, export to excel and csv, horizontal and vertical scrolling. We have provided examples for cell templating that includes components like linear progress bar indicator and sparkline.
2525

26-
<Sample crm src="" height={435} alt="Angular data grid example" />
26+
<Sample crm src="/grid-crm" height={435} alt="Angular data grid example" />
27+
2728

2829
## What is an Angular Data Grid?
2930

docs/angular/src/content/jp/components/grids-and-lists.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Ignite UI for Angular は、世界最速の仮想化された Angular データ
8181

8282
この Angular グリッドの例では、データの検索とフィルタリング、列のソート、サイズ変更、ピン固定と非表示、行の選択、Excel と csv へのエクスポート、水平および垂直スクロールなど、グリッドに組み込まれているさまざまな機能を利用してユーザーがデータ ビューをカスタマイズする方法を確認できます。Linear Progress Bar Indicator やスパークラインなどのコンポーネントを含むセル テンプレートの例を提供しました。
8383

84-
<Sample crm src="" height={435} alt="Angular data grid example" />
84+
<Sample crm src="/grid-crm" height={435} alt="Angular data grid example" />
8585

8686
<hr/>
8787

0 commit comments

Comments
 (0)