From 93a4ba7e81176c7f29f8f7857ef955ac96e1de58 Mon Sep 17 00:00:00 2001 From: Nate Kelley Date: Fri, 4 Apr 2025 16:52:50 -0600 Subject: [PATCH] Update TanStackDataGrid.stories.tsx --- .../TanStackDataGrid/TanStackDataGrid.stories.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/web/src/components/ui/table/AppDataGrid/TanStackDataGrid/TanStackDataGrid.stories.tsx b/web/src/components/ui/table/AppDataGrid/TanStackDataGrid/TanStackDataGrid.stories.tsx index 3dc4aca18..a21d1cd1a 100644 --- a/web/src/components/ui/table/AppDataGrid/TanStackDataGrid/TanStackDataGrid.stories.tsx +++ b/web/src/components/ui/table/AppDataGrid/TanStackDataGrid/TanStackDataGrid.stories.tsx @@ -63,16 +63,6 @@ export const NonDraggable: Story = { } }; -export const NonSortable: Story = { - args: { - ...meta.args, - rows: sampleData, - resizable: true, - - sortable: false - } -}; - export const CustomColumnOrder: Story = { args: { ...meta.args,