🐛(react) fix datagrid column unique key

If we had more than 1 columns with custom cells, we would get a warning
about duplicate keys, because every columns got the key `actions`.
We add the column index to the key to make it unique.
This commit is contained in:
Anthony LC
2023-07-10 16:06:18 +02:00
committed by NathanVss
parent 2344cdbe6f
commit e4c1df5b0b
4 changed files with 44 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": minor
---
fix datagrid column unique key