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

Commit bd2e0ff

Browse files
andrewseguinjelbourn
authored andcommitted
Add tooltip and table examples (#467)
1 parent 03efe34 commit bd2e0ff

File tree

1 file changed

+29
-6
lines changed

1 file changed

+29
-6
lines changed

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

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,17 @@ const DOCS: {[key: string]: DocCategory[]} = {
176176
{id: 'bottom-sheet', name: 'Bottom Sheet', examples: ['bottom-sheet-overview']},
177177
{id: 'dialog', name: 'Dialog', examples: ['dialog-overview']},
178178
{id: 'snack-bar', name: 'Snackbar', examples: ['snack-bar-component']},
179-
{id: 'tooltip', name: 'Tooltip', examples: ['tooltip-position']},
179+
{id: 'tooltip', name: 'Tooltip', examples: [
180+
'tooltip-overview',
181+
'tooltip-position',
182+
'tooltip-custom-class',
183+
'tooltip-delay',
184+
'tooltip-disabled',
185+
'tooltip-manual',
186+
'tooltip-message',
187+
'tooltip-modified-defaults',
188+
'tooltip-auto-hide',
189+
]},
180190
]
181191
},
182192
{
@@ -186,11 +196,24 @@ const DOCS: {[key: string]: DocCategory[]} = {
186196
{id: 'paginator', name: 'Paginator', examples: ['paginator-configurable']},
187197
{id: 'sort', name: 'Sort header', examples: ['sort-overview']},
188198
{id: 'table', name: 'Table', examples: [
189-
'table-filtering',
190-
'table-pagination',
191-
'table-sorting',
192-
'table-http',
193-
'table-overview',
199+
'table-basic',
200+
'table-basic-flex',
201+
'table-dynamic-columns',
202+
'table-expandable-rows',
203+
'table-filtering',
204+
'table-footer-row',
205+
'table-http',
206+
'table-multiple-header-footer',
207+
'table-overview',
208+
'table-pagination',
209+
'table-row-context',
210+
'table-selection',
211+
'table-sorting',
212+
213+
// Expose these examples with 6.3.0 release (sticky table)
214+
// 'table-sticky-column',
215+
// 'table-sticky-footer',
216+
// 'table-sticky-header',
194217
]},
195218
]
196219
}

0 commit comments

Comments
 (0)