(react) add sorting on custom cells

Previously sorting on custom cells was not possible because they were
considered as "display cells" by React-Table, which is made for actions
columns, which aren't sortable.

Closes #296 #100
This commit is contained in:
Nathan Vasse
2024-03-11 15:17:18 +01:00
committed by NathanVss
parent 91a7b2369f
commit 317cab4bad
5 changed files with 137 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": minor
---
add sorting on custom columns