🐛(react) make datagrid select column visible

Due to a previous commit f398e51db3 the selection
column was invisible, this way caused by having table-layout: fixed and
width: 0 on the select column at the same time.
This commit is contained in:
Nathan Vasse
2024-08-02 15:32:13 +02:00
committed by Jean-Baptiste PENRATH
parent dbd5f05652
commit 1514e4f0b3
4 changed files with 8 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
make datagrid select column visible