Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonnemaf/reflectionit.blazor.paging
Paging solution for Blazor WebAssembly using OData or Web API
https://github.com/sonnemaf/reflectionit.blazor.paging
asp-net-core blazor blazor-client blazor-webassembly bootstrap4 csharp odata paging web-api
Last synced: 11 days ago
JSON representation
Paging solution for Blazor WebAssembly using OData or Web API
- Host: GitHub
- URL: https://github.com/sonnemaf/reflectionit.blazor.paging
- Owner: sonnemaf
- License: mit
- Created: 2021-04-01T09:40:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T11:27:09.000Z (over 2 years ago)
- Last Synced: 2024-12-05T23:47:31.091Z (about 1 month ago)
- Topics: asp-net-core, blazor, blazor-client, blazor-webassembly, bootstrap4, csharp, odata, paging, web-api
- Language: C#
- Homepage:
- Size: 368 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ReflectionIT.Blazor.Paging
===========Paging solution for Blazor WebAssembly using OData or Web API
## Why ReflectionIT.Blazor.Paging?
Paging is a very common pattern in Web Applications. Most paging solutions I found for Blazor are related to a DataGrid. This is not what I wanted. So I created my own solution which only supports paging including filtering and sorting. It uses OData or a Web API to retrieve the data from a server. It is loosly based on the [ReflectionIT.MVC.Paging](https://github.com/sonnemaf/ReflectionIT.Mvc.Paging) solution which I developed many years ago.# Live Demo
Try this [live demo](https://northwindfons.azurewebsites.net/). It uses OData endpoints for Suppliers and Products and a Web API endpoint for Products, see [Swagger UI](https://northwindfons.azurewebsites.net/swagger). The data is stored in a Northwind database on Azure. You can only read the data. Insert, Update and Delete will give you a 500 statuscode.![Suppliers screenshot](Images/Suppliers.png)
## What's in the box
Information on what's contained within this package will be coming soon. Please check back later.## NuGet packages
| Package | Version |
| ------ | ------ |
| ReflectionIT.Blazor.Paging | [![NuGet](https://img.shields.io/nuget/v/Reflectionit.Blazor.Paging)](https://www.nuget.org/packages/ReflectionIT.Blazor.Paging/) |## Contributing
Everyone is welcome to contribute. If you find an issue, please could you raise it in the [issues](https://github.com/sonnemaf/ReflectionIT.Blazor.Paging/issues) section or it would be fantastic if you could have a look at rectifying the issue and submitting a pull request.If you're looking to help out with the project, issues may be a great place to start. I'll actively monitor and review issues to make sure that quality is driven through the project.
### Getting started
The project has been primarily built for Blazor WebAssembly, so you'll need the latest version of [Visual Studio 2019](https://www.visualstudio.com) (including the community edition or VS Code)## License
ReflectionIT.Blazor.Paging is made available under the [MIT License](LICENSE).