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

Commit 722d8b0

Browse files
committed
Re-order table doc items such that table is first
1 parent c97d31e commit 722d8b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ const DOCS = [
7878
name: 'Data table',
7979
summary: 'Tables, sorting, and pagination',
8080
items: [
81-
{id: 'paginator', name: 'Paginator', examples: ['paginator-configurable']},
82-
{id: 'sort', name: 'Sort header', examples: ['sort-overview']},
8381
{id: 'table', name: 'Table',
8482
examples: ['table-filtering', 'table-pagination', 'table-sorting']},
83+
{id: 'sort', name: 'Sort header', examples: ['sort-overview']},
84+
{id: 'paginator', name: 'Paginator', examples: ['paginator-configurable']},
8585
]
8686
}
8787
];

0 commit comments

Comments
 (0)