(react) add width property to DataGrid columns

Without this feature we needed to override CSS directly in order to
make columns a specific width.

Closes #240
This commit is contained in:
Nathan Vasse
2024-02-28 16:57:42 +01:00
committed by NathanVss
parent 5446d70bca
commit f398e51db3
6 changed files with 112 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": minor
---
add width property to DataGrid columns