Skip to content

Generated links for next and previous page neglects url option #131

Open
@Antoniossss

Description

@Antoniossss

using version 3.0.7
For example i have following options:

$paginationOptions = [
    "size" => "small",
    "prev" => "<",
    "next" => ">",
    "ellipsis" => true,
    "first" => "first",
    "last" => "last",
    "url" => [
        "#" => "results-panel"
    ]
];

And I use it like this:
$this->Paginator->numbers($paginationOptions);

Links like 1,2,3,4,5.... etc contains proper anchor #results-panel. Previous and next links on the other hand does not.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions