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.
6 lines
94 B
Markdown
6 lines
94 B
Markdown
---
|
|
"@openfun/cunningham-react": patch
|
|
---
|
|
|
|
add warning on DataGrid when sortModel is missing
|