Extend sorting and integrate API sorting with frontend #35
Labels
BE
consideration
Something to consider / discuss within team
FE
question
Further information is requested
I saw that for Type column (potentially for all columns) sorting isn't working correctly.
If we sort by Type, displayed content types will contains only one "Block" content (for Foundation project of course).
On page 6 (with 15 per page items count) we see much more than one "Block" content.
After syncing with @mgorzanski we saw that there is sorting on FE and on BE totally independent from each other.
Solution proposal:
Change FE sorting mechanism because we don't have pagination mechanism in ContentType/GetContentTypes endpoint (just sorting, which is not used).
The text was updated successfully, but these errors were encountered: