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:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user