Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).