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

Commit 2eb5c37

Browse files
authored
Add table examples (#317)
1 parent f7f0f21 commit 2eb5c37

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,13 @@ const DOCS: {[key: string]: DocCategory[]} = {
148148
id: 'tables',
149149
name: 'Data table',
150150
items: [
151-
{id: 'table', name: 'Table',
152-
examples: ['table-filtering', 'table-pagination', 'table-sorting']},
151+
{id: 'table', name: 'Table', examples: [
152+
'table-filtering',
153+
'table-pagination',
154+
'table-sorting',
155+
'table-http',
156+
'table-overview',
157+
]},
153158
{id: 'sort', name: 'Sort header', examples: ['sort-overview']},
154159
{id: 'paginator', name: 'Paginator', examples: ['paginator-configurable']},
155160
]

0 commit comments

Comments
 (0)