17 packages tagged with “paginator”
Simple pagination
ASP NET MVC 4 paginator
Easy to use paginator for ASP.NET MVC
Simple paginator for Linq (EF)
ASP .NET MVC AJAX Pager control with URL history navigation
For queries that return a lot of data, a need emerges to consume the results in chunks rather than the entire set. Consuming all results at once can be costly in terms of network traffic thus slowing down your application. Linq Paginator allows you to run your queries and return your data in form of pages. A page contains a set number of items to return per page e.g 20. If for example you have 100 records, it will return the following object: - Page: 1, - TotalPages: 5, - ItemsPerPage: 20, - TotalItems: 100, - Items (collection of the first 20 records)
The MVC Bootstrap Paginator is lightweight and easy to use. It's works out of the box and requires minimal configuration.
Asynchronous & Synchronous pagination of queries to your data store using EntityFrameworkCore. With the help of some simple to use extension methods, querying portions/chunks of data just gets easier.
Extensions for simple pagination
An easy pagination library for EF Core.
Paginator types assisting in getting paged results, and in constructing paginator type controls.
Bootstrap4 Paginator is a jQuery plugin that simplifies the rendering of Bootstrap Pagination component. It based on Bootstrap paginator It provides methods to automates the update of the pagination status and also some events to notify the status changes within the component.
Cursor-based seek/keyset pagination for Entity Framework Core - in a singe line.
A set of utilities that enables easy pagination over IQueryable or IEnumerable sources with optional dynamic ordering via expressions or property names — ideal for APIs, dashboards, and any list-heavy UIs.
Create simple pagination handling for items in ASP.NET core for MicrosoftEntityFramework and Simple list of items
Cursor-based keyset/seek pagination for IQueryable - in a singe line.
Loby is a free, useful and open-source library that includes a set of tools for converting dates, sending emails, paginating, validating, pluralizing words, singularizing words, generating random items, etc. along with some extension methods for easy and fast development. For more information see: https://github.com/mojtabanabavi/loby