Skip to content

Commit 3ff854d

Browse files
devversionjelbourn
authored andcommittedNov 1, 2018
fix: sticky table example not loading (#553)
* Fixes that the sticky table examples does not load (see: #13872) * Adds the new cdk table overview example to the `Examples` section as well. Closes #13872.
1 parent 107d4b9 commit 3ff854d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎material.angular.io/src/app/shared/documentation-items/documentation-items.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ const DOCS: {[key: string]: DocCategory[]} = {
397397
'table-row-context',
398398
'table-selection',
399399
'table-sorting',
400-
'table-sticky-column',
400+
'table-sticky-columns',
401401
'table-sticky-footer',
402402
'table-sticky-header',
403403
]},
@@ -459,7 +459,9 @@ const DOCS: {[key: string]: DocCategory[]} = {
459459
id: 'platform',
460460
name: 'Platform',
461461
summary: 'Provides information about the user\'s platform.',
462-
examples: []
462+
examples: [
463+
'cdk-platform-overview',
464+
]
463465
},
464466
{
465467
id: 'portal',

0 commit comments

Comments
 (0)
Please sign in to comment.