🏷️(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:
5
.changeset/neat-sheep-collect.md
Normal file
5
.changeset/neat-sheep-collect.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@openfun/cunningham-react": minor
|
||||
---
|
||||
|
||||
allow autocompletion for DataGrid's renderCell
|
||||
Reference in New Issue
Block a user