(react) add enableSorting support on DataGrid

Previously it was only available at column level. This way we will
be able to disable sorting on all columns at once.

Closes #298
This commit is contained in:
Nathan Vasse
2024-03-12 14:44:06 +01:00
committed by NathanVss
parent 8e7300b92c
commit 25e61c2b4a
4 changed files with 71 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
add enableSorting support on DataGrid