diff --git a/packages/calcite-components/src/components/table/table.stories.ts b/packages/calcite-components/src/components/table/table.stories.ts index 9630f62fb7f..e022d6040e3 100644 --- a/packages/calcite-components/src/components/table/table.stories.ts +++ b/packages/calcite-components/src/components/table/table.stories.ts @@ -769,38 +769,6 @@ export const singleSelection_TestOnly = (): string => `; -export const singleSelectionSelected_TestOnly = (): string => - html` - - - - - - - - - - - - cell - cell - cell - cell - - - cell - cell - cell - cell - - - cell - cell - cell - cell - - `; - export const selectionModeMultipleAndSelectedOnLoad_TestOnly = (): string => html` `; -export const selectionModeMultipleAndAllSelectedSinglePageOnLoad_TestOnly = (): string => - html` - - - - - - - - - - - - cell - cell - cell - cell - - - cell - cell - cell - cell - - - cell - cell - cell - cell - - `; - -export const selectionModeMultipleAndAllSelectedMultiplePagesOnLoad_TestOnly = (): string => - html` - - - - - - - - - - - - cell - cell - cell - cell - - - cell - cell - cell - cell - - - cell - cell - cell - cell - - - cell - cell - cell - cell - - - cell - cell - cell - cell - - - cell - cell - cell - cell - - - cell - cell - cell - cell - - - cell - cell - cell - cell - - `; - export const selectionModeMultipleAndSelectedSelectionDisplayNoneOnLoad = (): string => html`