🐛(react) add warning when onSortModelChange is missing
We encountered the case were a user reported that the column were making cursor pointer but clicking on it was doing nothing. It was caused by the fact that onSortModelChange was not provided. So in this case we trigger a warning only if enableSorting is true on one column at least.
This commit is contained in:
5
.changeset/chatty-rabbits-remember.md
Normal file
5
.changeset/chatty-rabbits-remember.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@openfun/cunningham-react": patch
|
||||
---
|
||||
|
||||
add warning on DataGrid when sortModel is missing
|
||||
Reference in New Issue
Block a user