Skip to content

Commit

Permalink
remove deprecated example
Browse files Browse the repository at this point in the history
  • Loading branch information
heswell committed Nov 1, 2023
1 parent 969913f commit 0b66105
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions vuu-ui/showcase/src/examples/html/HtmlTable.examples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { SyntheticEvent, useCallback, useMemo, useState } from "react";
import { useTableConfig } from "../utils";
import {
DivElementKeyedWithTranslate,
DivElementKeyedWithTranslateInlineScrollbarsCssVariables,
DivElementWithTranslate,
VuuTable,
} from "./html-table-components";
Expand Down Expand Up @@ -58,28 +57,6 @@ export const DefaultDivElementKeyedWithTranslate = () => {
};
DefaultDivElementKeyedWithTranslate.displaySequence = displaySequence++;

export const DefaultDivElementKeyedWithTranslateInlineScrollbarsCssVariables =
() => {
const { typeaheadHook: _, ...config } = useTableConfig({
columnCount: 10,
count: 1000,
rangeChangeRowset: "full",
});

return (
<DivElementKeyedWithTranslateInlineScrollbarsCssVariables
{...config}
headerHeight={30}
height={645}
renderBufferSize={0}
rowHeight={30}
width={715}
/>
);
};
DefaultDivElementKeyedWithTranslateInlineScrollbarsCssVariables.displaySequence =
displaySequence++;

export const DefaultTableNext = () => {
const { typeaheadHook: _, ...config } = useTableConfig({
columnCount: 10,
Expand Down

0 comments on commit 0b66105

Please sign in to comment.