HOTFIX: update skip calculation to consider filter limit #1559
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1559
Loading…
Reference in New Issue
No description provided.
Delete Branch "hotfix_paginate_limit_filter"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ahora mismo, si modificas el valor del limit de la URL y haces scroll en monitores no te carga datos
Por ejemplo
si tienes limi:20 y skip 0, la siguiente peticion que te hace son limit:100 y skip 100
Es porque no tiene en cuenta el store.filter y solo el del vnTable.limit
fix: update skip calculation to consider filter limitto HOTFIX: update skip calculation to consider filter limit