Skip to content

A small bug in Index plugin #498

@Antikon

Description

@Antikon

We have 150 records in a CRUD list view. The paginationSize is 100.

We are on the first page. Index plugin generates row numbers from 1 to 100.
Now click on the "Next page" arrow.

All row number from Index plugin will instantly increase by 100 (so the last one becomes 200). Then, when the data for the next page is received from the server, the numbering will become normal.

It seems like we need to somehow track the change in the $page variable only after page load.

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