From d3faa6d09b5a9f6fe365844c3affdc0fcf83bad6 Mon Sep 17 00:00:00 2001 From: Jean de Klerk Date: Thu, 27 Feb 2020 10:00:26 -0700 Subject: [PATCH] add table-reorderable example --- src/app/shared/documentation-items/documentation-items.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/shared/documentation-items/documentation-items.ts b/src/app/shared/documentation-items/documentation-items.ts index 2eb0ad6fc..f2e086ee5 100644 --- a/src/app/shared/documentation-items/documentation-items.ts +++ b/src/app/shared/documentation-items/documentation-items.ts @@ -424,6 +424,7 @@ const DOCS: {[key: string]: DocCategory[]} = { 'table-sticky-columns', 'table-sticky-footer', 'table-sticky-header', + 'table-reorderable', ]}, ] }