@@ -176,7 +176,17 @@ const DOCS: {[key: string]: DocCategory[]} = {
176
176
{ id : 'bottom-sheet' , name : 'Bottom Sheet' , examples : [ 'bottom-sheet-overview' ] } ,
177
177
{ id : 'dialog' , name : 'Dialog' , examples : [ 'dialog-overview' ] } ,
178
178
{ 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
+ ] } ,
180
190
]
181
191
} ,
182
192
{
@@ -186,11 +196,24 @@ const DOCS: {[key: string]: DocCategory[]} = {
186
196
{ id : 'paginator' , name : 'Paginator' , examples : [ 'paginator-configurable' ] } ,
187
197
{ id : 'sort' , name : 'Sort header' , examples : [ 'sort-overview' ] } ,
188
198
{ 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',
194
217
] } ,
195
218
]
196
219
}
0 commit comments