I’m experiencing an issue with global sorting in my Forest Admin dashboard. When I try to sort by id
or createdAt
, the sorting only applies to the current page and does not work across the entire collection as expected.
I’m using:
@forestadmin/agent
version^1.47.0
@forestadmin/datasource-mongoose
version^1.8.0
@forestadmin/datasource-toolkit
version^1.40.0
My data source is Mongoose, integrated into a NestJS app using Node.js and TypeScript. Could you please assist in resolving this issue?