(react) add DataList

Implement DataList that is a wrapper of DataGrid without header, sorting
nor pagination.
This commit is contained in:
Romain Le Cellier
2023-05-04 11:22:33 +02:00
parent 0e6532f098
commit b53afcb4af
7 changed files with 142 additions and 45 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": minor
---
Add DataList component