Skip to content

Frontend doesn't take into account the page_size parameter #440

@metakot

Description

@metakot
from piccolo_admin.endpoints import create_admin

admin_app = create_admin(
    tables=[SomeTable],
    page_size=50,
)

Image

The function create_admin takes a page_size parameter, which is later provided to piccolo CRUD, but it's not getting to the frontend vue part and the admin page still uses the default 15 pages which is hardcoded elsewhere, I think.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions