mirror of
https://github.com/finmars-platform/finmars-core.git
synced 2026-04-26 06:35:59 +03:00
[GH-ISSUE #168] Workflow Portal Pagination issue #84
Labels
No labels
BackEnd
FrontEnd
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/finmars-core#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @falendary on GitHub (Feb 3, 2026).
Original GitHub issue: https://github.com/finmars-platform/finmars-core/issues/168
Originally assigned to: @HenkKalkwater on GitHub.
So when there are so many tasks, we basically have 500+ pages which leads to huge horizontal scroll
What I propose is to have
1 2 3 ... 99 100 111
Also lets make this parameter changable in URL so ?page=10
Also please make other parameters changable in URL such as &created_after=&created_before&status=&user_code=
@sergeiosipov commented on GitHub (Feb 4, 2026):
@falendary @HenkKalkwater duplicates https://github.com/finmars-platform/finmars-core/issues/98
please close both issues when done