0
tapio.muikku@leanware.fi created
- ABP Framework version: v8.0.2
- UI Type: Angular
- Database System: EF Core (SQL Serve)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes, angular with openidDict
- Exception message and full stack trace:
- Steps to reproduce the issue: Use any generated page. Add enough entity rows so that there are multiple pages. Go to some other than first page. Now set a filter on so that there is no matching row item on the current page. The result to be shown after filtering is on the first page initially. Issue: Result after filtering is that item that should be shown is not visible. To overcome this issue I have clear filter, then go to first page and set the filter again.
Is this issue known, and when planned to be fixed ? My expectation for the wanted behavior is: if filter was changed, page index is reset first then search done with the filter.
Best regards Tapio Muikku
1 Answer(s)
-
0
Hi,
Does the problem still exists in the latest version?