yii2-bootstrap5 icon indicating copy to clipboard operation
yii2-bootstrap5 copied to clipboard

Enhancement of LinkPager

Open taobig opened this issue 5 months ago • 1 comments

Hopefully LinkPager will add two configurations:

  1. Select the number to display per page: public array $pageSizeOptions = []; // e.g. [10 => 10, 20 => 20, 50 => 50]
  2. Provide an input box where users can manually enter the number of pages they want to jump to.

taobig avatar Jun 21 '25 15:06 taobig

Do you have time for a pull request?

samdark avatar Jun 27 '25 08:06 samdark