Has anyone ever ran into this before? when browsing a collection in the content view the items disappeared when I tried sorting by a field (i think it was date_created). But what’s weird is when i switch the layout to “card” then i see that the items are still there. The issue is that the type of data is not so useful to view as cards, and I really need the table view to start working again.
I’ve tried reloading the page, clearing the cache, logging out and in again, tried from different roles we have defined, tried different browsers (Arc, chrome, Safari), but it’s the same issue no matter what i do.
doesn’t work in table view:
Works in card view:
Hello @BradleySchapf
A few things I’d check:
• Any custom CSS that might be affecting the table layout (for example hiding rows, display: none, overflow, etc.).
• Any custom extensions installed, especially ones modifying the tabular layout. If there’s a custom extension using the same layout ID (tabular), it could override the default table view.
• Open the browser console and check for JS errors when switching to table view.
Also, try hitting the API directly (e.g. /items/your_collection) and confirm the data is returned properly. If the API returns the items correctly, then it’s almost certainly a frontend/layout rendering issue rather than a backend problem.
If possible, temporarily disable custom extensions to isolate the cause.