issues
search
sonnemaf
/
ReflectionIT.Mvc.Paging
ASP.NET Core 3.0 Paging (including filtering and sorting) solution using Entity Framework Core 3.0 and IEnumerable<T>
MIT License
79
stars
37
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
RouteValue, when i use a list in model RouteValue it doesn't parse the url correctly
#66
alhadi-cse
opened
10 months ago
0
Add .NET 8 Support
#65
JGMelon22
closed
10 months ago
0
`IQueryable` doesn't implement `IAsyncQueryProvider` in CreateAsync method
#64
Mohammad-Abbasi2559
closed
1 year ago
1
chore: add .net 8 support & drop .net 5
#63
m0ddixx
opened
1 year ago
0
Bump addressable from 2.5.2 to 2.8.1 in /src/SampleApp/wwwroot/lib/bootstrap
#62
dependabot[bot]
opened
2 years ago
1
Bump nokogiri from 1.10.8 to 1.13.6 in /src/SampleApp/wwwroot/lib/bootstrap
#61
dependabot[bot]
opened
2 years ago
1
Bump nokogiri from 1.10.8 to 1.13.4 in /src/SampleApp/wwwroot/lib/bootstrap
#59
dependabot[bot]
closed
2 years ago
1
Bump karma from 2.0.0 to 6.3.16 in /src/SampleApp/wwwroot/lib/bootstrap
#58
dependabot[bot]
opened
2 years ago
1
Bump nokogiri from 1.10.8 to 1.13.3 in /src/SampleApp/wwwroot/lib/bootstrap
#57
dependabot[bot]
closed
2 years ago
1
Bump karma from 2.0.0 to 6.3.14 in /src/SampleApp/wwwroot/lib/bootstrap
#56
dependabot[bot]
closed
2 years ago
1
Add support for .NET 6
#55
m0ddixx
opened
2 years ago
0
Bump nokogiri from 1.10.8 to 1.12.5 in /src/SampleApp/wwwroot/lib/bootstrap
#54
dependabot[bot]
closed
2 years ago
1
DisplayAttribute.ShortName not used with Html.SortableHeaderFor
#53
Moxh3
closed
3 years ago
1
Bump addressable from 2.5.2 to 2.8.0 in /src/SampleApp/wwwroot/lib/bootstrap
#52
dependabot[bot]
closed
2 years ago
1
Bump nokogiri from 1.10.8 to 1.11.4 in /src/SampleApp/wwwroot/lib/bootstrap
#51
dependabot[bot]
closed
3 years ago
1
Bump lodash from 4.17.4 to 4.17.21 in /src/SampleApp/wwwroot/lib/popper.js
#50
dependabot[bot]
opened
3 years ago
1
this version not compatible netstandard2.1
#49
bdshanto
opened
3 years ago
2
Page Links are not working
#48
mujibhalimi
closed
3 years ago
2
Define Custom Header name for table instead of ViewModel or Model name from query
#47
codename95
opened
3 years ago
0
Problem with total items
#46
mspace23
closed
3 years ago
1
Using ReflectionIT with Automapper
#45
ambabaei
opened
4 years ago
3
Bump lodash from 4.17.4 to 4.17.19 in /src/SampleApp/wwwroot/lib/popper.js
#44
dependabot[bot]
closed
3 years ago
1
pageindex always send to index method
#43
ambabaei
closed
4 years ago
1
when table has "datetime" field model return null
#42
JUSTINGBB
closed
4 years ago
0
Model
#41
JUSTINGBB
closed
4 years ago
0
Set html anchor properties using Html.SortableHeaderFor
#40
newportsolutionsgroup
opened
4 years ago
1
i dont get relationship column my index page
#39
sak1065
opened
4 years ago
1
I dont work pager with bootstrap
#38
sak1065
closed
4 years ago
2
Bump ffi from 1.9.23 to 1.12.2 in /src/SampleApp/wwwroot/lib/bootstrap
#37
dependabot[bot]
opened
4 years ago
1
i can use only index in controller. i want to use at another method (like product list)
#36
sercaneryaz
closed
4 years ago
1
Bump nokogiri from 1.8.2 to 1.10.8 in /src/SampleApp/wwwroot/lib/bootstrap
#35
dependabot[bot]
closed
4 years ago
0
SortableHeaderFor to include additional query string parameters
#34
junnavarra
opened
4 years ago
1
Bump debug from 2.6.8 to 2.6.9 in /src/SampleApp/wwwroot/lib/popper.js
#33
dependabot[bot]
opened
4 years ago
1
Bump lodash from 4.17.4 to 4.17.15 in /src/SampleApp/wwwroot/lib/popper.js
#32
dependabot[bot]
closed
4 years ago
1
Bump jekyll from 3.8.0 to 3.8.4 in /src/SampleApp/wwwroot/lib/bootstrap
#31
dependabot[bot]
opened
4 years ago
1
Bump nokogiri from 1.8.2 to 1.10.5 in /src/SampleApp/wwwroot/lib/bootstrap
#30
dependabot[bot]
closed
4 years ago
1
Bump ffi from 1.9.23 to 1.11.1 in /src/SampleApp/wwwroot/lib/bootstrap
#29
dependabot[bot]
closed
4 years ago
1
ReflectionIT.MVC.Paging supported in .net core 3.0
#28
esmeraldahs
closed
4 years ago
2
Bump nokogiri from 1.8.2 to 1.10.4 in /src/SampleApp/wwwroot/lib/bootstrap
#27
dependabot[bot]
closed
4 years ago
1
Case insensitive sort expression
#26
poganytamas
opened
5 years ago
0
Update PagingList.cs
#25
lordpdc
opened
5 years ago
0
change `page` to `pageindex`
#24
Edward-Zhou
closed
4 years ago
2
SortableHeaderFor custom Model
#23
mdmota
opened
5 years ago
5
Sorting descending by default
#22
mdmota
closed
5 years ago
2
Pagination links not working because PagingListOfT.PageParameterName is set to 'page' which is a reserved route name.
#21
mvsantos013
closed
4 years ago
5
issue with areas
#20
pooriyaprz
closed
4 years ago
1
How to Add a Select List to the View Model
#19
billkron
closed
6 years ago
1
Overload Method -->PagingList<T> Create<T>(IEnumerable<T> orderedQuery, int pageSize, int pageIndex, int totalRecordCount, string sortExpression, string defaultSortExpression)
#18
CBidis
closed
5 years ago
3
Html.SortableHeaderFor link pointing to other page
#17
saifalmaluk
closed
4 years ago
2
Error during a dotnet build
#16
junnavarra
opened
6 years ago
0
Next