yii2-bootstrap5
yii2-bootstrap5 copied to clipboard
Enhancement of LinkPager
Hopefully LinkPager will add two configurations:
- Select the number to display per page:
public array $pageSizeOptions = []; // e.g. [10 => 10, 20 => 20, 50 => 50] - Provide an input box where users can manually enter the number of pages they want to jump to.
Do you have time for a pull request?