🏷️(react) allow autocompletion for DataGrid's renderCell

Previously the type of the row parameter of renderCell was hardcoded as
Row. This wasn't ideal because the best case scenario we want it to enable
Typescript to use the type of rows props. Now that's the case.

Resolve #62
This commit is contained in:
Nathan Vasse
2023-05-24 17:21:14 +02:00
committed by NathanVss
parent 9127fd803c
commit 787bd3de75
6 changed files with 42 additions and 30 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": minor
---
allow autocompletion for DataGrid's renderCell