From 0b661054759edbe7251e8c0d0ffc3857add96b0d Mon Sep 17 00:00:00 2001 From: heswell Date: Wed, 1 Nov 2023 14:41:32 +0000 Subject: [PATCH] remove deprecated example --- .../src/examples/html/HtmlTable.examples.tsx | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/vuu-ui/showcase/src/examples/html/HtmlTable.examples.tsx b/vuu-ui/showcase/src/examples/html/HtmlTable.examples.tsx index adaf20f31..6172db7c8 100644 --- a/vuu-ui/showcase/src/examples/html/HtmlTable.examples.tsx +++ b/vuu-ui/showcase/src/examples/html/HtmlTable.examples.tsx @@ -8,7 +8,6 @@ import { SyntheticEvent, useCallback, useMemo, useState } from "react"; import { useTableConfig } from "../utils"; import { DivElementKeyedWithTranslate, - DivElementKeyedWithTranslateInlineScrollbarsCssVariables, DivElementWithTranslate, VuuTable, } from "./html-table-components"; @@ -58,28 +57,6 @@ export const DefaultDivElementKeyedWithTranslate = () => { }; DefaultDivElementKeyedWithTranslate.displaySequence = displaySequence++; -export const DefaultDivElementKeyedWithTranslateInlineScrollbarsCssVariables = - () => { - const { typeaheadHook: _, ...config } = useTableConfig({ - columnCount: 10, - count: 1000, - rangeChangeRowset: "full", - }); - - return ( - - ); - }; -DefaultDivElementKeyedWithTranslateInlineScrollbarsCssVariables.displaySequence = - displaySequence++; - export const DefaultTableNext = () => { const { typeaheadHook: _, ...config } = useTableConfig({ columnCount: 10,