From 406bf96a6c0b51e02ae3cee44a821497e61d2b7f 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 1/2] 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', From c5b76f1900b2ced5ad41c2d1d65657929333da14 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 2/2] 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',