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
3 changes: 2 additions & 1 deletion docs/angular/src/content/en/components/grids-and-lists.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Ignite UI for Angular provides a complete library of Angular-native, Material-ba
## Angular Grid Example
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.

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


## What is an Angular Data Grid?

Expand Down
2 changes: 1 addition & 1 deletion docs/angular/src/content/jp/components/grids-and-lists.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Ignite UI for Angular は、世界最速の仮想化された Angular データ

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

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

<hr/>

Expand Down
Loading