mirror of https://github.com/buster-so/buster.git
Update TanStackDataGrid.stories.tsx
This commit is contained in:
parent
6841eef90a
commit
93a4ba7e81
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue