Change Table component to no longer use draggable columns default

Signed-off-by: Michael Haley <mike.f.haley@gmail.com>
This commit is contained in:
Michael Haley
2022-06-07 10:28:57 -04:00
parent 5585fa5cff
commit 568f2d1e75
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Table component no longer has draggable columns by default
@@ -85,6 +85,7 @@ export const EntityTable = <T extends Entity>(props: EntityTableProps<T>) => {
paging: false,
actionsColumnIndex: -1,
padding: 'dense',
draggable: false,
}}
data={entities}
/>