From fbf45aa01160d2946dccd4308ebde5d8b9b9cd1d Mon Sep 17 00:00:00 2001 From: djpbessems Date: Mon, 24 Jan 2022 16:47:40 +0100 Subject: [PATCH] Add checkbox; Try without explicit width --- Lowdefy/stage.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Lowdefy/stage.yaml b/Lowdefy/stage.yaml index f76b837..6fb8130 100644 --- a/Lowdefy/stage.yaml +++ b/Lowdefy/stage.yaml @@ -40,7 +40,7 @@ areas: rowData: - component: VI_IT_VIRTUALIZATION version: 2.4.0 - os: vSphere 7.0U3a (7.0.3.00100) + os: vSphere 7.0U3a - component: VI_IT_SRV_LIN_UBUNTU version: 1.3.0 os: Ubuntu 18.04 LTS @@ -51,20 +51,21 @@ areas: version: 3.6.0 os: Windows 10 IoT Enterprise defaultColDef: - sortable: true + sortable: false resizable: false filter: false rowSelection: multiple columnDefs: - headerName: Component name field: component - width: 45% + checkboxSelection: true + # width: 45% - headerName: Component Version field: version - width: 20% + # width: 20% - headerName: Operating system field: os - width: 45% + # width: 45% - id: rest_data