Skip to content

noking50/pagination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pagination

List of pagination

Installing

install

composer required noking50/pagination

config

return [
    'items' => 10,
    'pages' => 10,
    'data_display' => [
        10 => '10',
        25 => '25',
        50 => '50',
        100 => '100',
    ],
];

Usage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages