1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00

fix(container): column selection UI issue EE-5780 (#9242)

This commit is contained in:
cmeng 2023-07-24 10:12:43 +12:00 committed by GitHub
parent 94379763f8
commit 634326b5cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -40,6 +40,7 @@ export function createSelectColumn<T>(): ColumnDef<T> {
}}
/>
),
enableHiding: false,
meta: {
width: 50,
},