Update TanStackDataGrid.stories.tsx

This commit is contained in:
Nate Kelley 2025-04-04 16:52:50 -06:00
parent 6841eef90a
commit 93a4ba7e81
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 0 additions and 10 deletions

View File

@ -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 = { export const CustomColumnOrder: Story = {
args: { args: {
...meta.args, ...meta.args,