🐛(react) support nested field in DataGrid

It was previously needed to use renderCell to be able to use nested
fields, which was not handy.

Resolve #62
This commit is contained in:
Nathan Vasse
2023-05-22 16:45:37 +02:00
committed by NathanVss
parent 1ff37cf12f
commit 9127fd803c
3 changed files with 57 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
support nested field in DataGrid