All Projects → Log1x → pagi

Log1x / pagi

Licence: MIT License
A better WordPress pagination.

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects

Projects that are alternatives of or similar to pagi

rails cursor pagination
Add cursor pagination to your ActiveRecord backed application
Stars: ✭ 21 (-30%)
Mutual labels:  pagination
spring-thymeleaf-pagination
Spring Boot application which demonstrates implementation of pagination in Java web application with Thymeleaf template engine
Stars: ✭ 73 (+143.33%)
Mutual labels:  pagination
docsify-pagination
↔️ Pagination for docsify
Stars: ✭ 80 (+166.67%)
Mutual labels:  pagination
cakephp-api-pagination
📑 CakePHP 4 plugin that injects pagination information into API responses.
Stars: ✭ 39 (+30%)
Mutual labels:  pagination
Blazor.Pagination
A reusable pagination component for Blazor.
Stars: ✭ 27 (-10%)
Mutual labels:  pagination
f3-pagination
A pagebrowser and some pagination utilities for the PHP Fat-Free Framework
Stars: ✭ 15 (-50%)
Mutual labels:  pagination
ag-grid
The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript.
Stars: ✭ 8,743 (+29043.33%)
Mutual labels:  pagination
Pageable
An easy way to Pagination or Infinite scrolling for TableView/CollectionView
Stars: ✭ 44 (+46.67%)
Mutual labels:  pagination
Pagination-Utils
A collection of methods to make message pagination with JDA easier.
Stars: ✭ 20 (-33.33%)
Mutual labels:  pagination
easy-css-layout
Easy css layout
Stars: ✭ 117 (+290%)
Mutual labels:  pagination
dynamodb-paginator
Paginate DynamoDB results easily
Stars: ✭ 18 (-40%)
Mutual labels:  pagination
v-page
A simple pagination bar, including length Menu, i18n support, based on Vue2.x
Stars: ✭ 85 (+183.33%)
Mutual labels:  pagination
lightning-data-table
Lightning components for building a data-table with search, column sorting, pagination for Salesforce
Stars: ✭ 15 (-50%)
Mutual labels:  pagination
bs-table
BsTable is an AngularJS directive that adds tfoot tag with pagination and page size selection to your table and watches changes on your collection in ng-repeat attribute.
Stars: ✭ 42 (+40%)
Mutual labels:  pagination
Exopite-Multifilter-Multi-Sorter-WordPress-Plugin
Display and/or sort/filter any page or post types by multiple taxonomies or terms (like post by categories and/or tags) with AJAX. Exopite multifilter, multi-sortable, multi selectable, multi filterable sortable Wordpress Plugin.
Stars: ✭ 18 (-40%)
Mutual labels:  pagination
laravel-auto
Laravel Auto - a helper package to make automated lists with filters, sorting and paging like no other
Stars: ✭ 41 (+36.67%)
Mutual labels:  pagination
django-simple-pagination
django pagination as you want it to be
Stars: ✭ 41 (+36.67%)
Mutual labels:  pagination
loopback-paginator
No description or website provided.
Stars: ✭ 13 (-56.67%)
Mutual labels:  pagination
flop
Filtering, ordering and pagination for Ecto
Stars: ✭ 56 (+86.67%)
Mutual labels:  pagination
TableBundle
Symfony Bundle for easy pagination and filtering
Stars: ✭ 24 (-20%)
Mutual labels:  pagination

Pagi

Latest Stable Version Total Downloads Build Status

A better WordPress pagination utilizing Laravel's Pagination.

Requirements

Installation

Install via Composer:

$ composer require log1x/pagi

Usage

Basic Usage

use Log1x\Pagi\PagiFacade as Pagi;

$pagination = Pagi::build();

return $pagination->links();

Customization

To customize the view, simply publish it:

$ wp acorn vendor:publish --provider='Log1x\Pagi\PagiServiceProvider'

To use the newly generated view:

return $pagination->links('components.pagination');

For additional configuration, check out the Laravel Pagination documentation.

Bug Reports

If you discover a bug in Pagi, please open an issue.

Contributing

Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.

License

Pagi is provided under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].