Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit c97d31e

Browse files
committed
Add data-table docs to doc-items and guide-items
1 parent 23fd522 commit c97d31e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/app/shared/documentation-items/documentation-items.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ const DOCS = [
7979
summary: 'Tables, sorting, and pagination',
8080
items: [
8181
{id: 'paginator', name: 'Paginator', examples: ['paginator-configurable']},
82+
{id: 'sort', name: 'Sort header', examples: ['sort-overview']},
83+
{id: 'table', name: 'Table',
84+
examples: ['table-filtering', 'table-pagination', 'table-sorting']},
8285
]
8386
}
8487
];

src/app/shared/guide-items/guide-items.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ const GUIDES = [
2727
name: `Using Angular Material's Typography`,
2828
document: '/assets/documents/guides/typography.html',
2929
},
30+
{
31+
id: 'cdk-table',
32+
name: `CDK data-table`,
33+
document: '/assets/documents/guides/cdk-table.html',
34+
},
3035
];
3136

3237
@Injectable()

0 commit comments

Comments
 (0)