From e49e9f8922e026e3c8a43dd5a515029605dd7581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87etin?= <92744169+mehmetcetin01140@users.noreply.github.com> Date: Wed, 17 Jul 2024 12:02:05 +0300 Subject: [PATCH] Remove table lazy doc --- src/app/showcase/pages/table/tabledemo.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/showcase/pages/table/tabledemo.ts b/src/app/showcase/pages/table/tabledemo.ts index d4339e1b8a5..6e2009a1b83 100755 --- a/src/app/showcase/pages/table/tabledemo.ts +++ b/src/app/showcase/pages/table/tabledemo.ts @@ -234,11 +234,11 @@ export class TableDemo { } ] }, - { - id: 'lazy-load', - label: 'Lazy Load', - component: LazyLoadDoc - }, + // { + // id: 'lazy-load', + // label: 'Lazy Load', + // component: LazyLoadDoc + // }, { id: 'scroll', label: 'Scroll',