issues
search
enisn
/
AutoFilterer
AutoFilterer is a mini filtering framework library for dotnet. The main purpose of the library is to generate LINQ expressions for Entities over DTOs automatically. The first aim is to be compatible with Open API 3.0 Specifications
MIT License
461
stars
37
forks
source link
Fix for pagination
#2
Closed
enisn
closed
5 years ago
enisn
commented
5 years ago
Handled IOrderedQueryable at PaginationFilterBase and that fixes pagination problem while using
ToPaged()
extension method.