Inconsistent Pagination Buttons #24
Loading…
x
Reference in New Issue
Block a user
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?
Table pagination for subs, filters and tracked content.
The traversal buttons for pages are supposed to be disabled when selected (current page button = disabled, others = enabled)
This is true when using the arrow buttons to traverse, but not when selecting a button representing an individual page. It is also not true when first loading a page.
Refreshing a table will maintain the current state of the button, broken or not.
Not working (selected page isnt disabled):

Working (selected page is disabled):

Note:
the arrow buttons work as expected and do not need adjustments, they are disabled if they become pointless due to being on the first or last page.