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/agentversion^1.47.0@forestadmin/datasource-mongooseversion^1.8.0@forestadmin/datasource-toolkitversion^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?