You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you start off a list with a single (or 0) pages, and then update the list of items where more than one page is required, the pagination buttons are disabled.
Current workaround is to do this after you update the list of items:
list.SetFilteringEnabled(list.FilteringEnabled())
which as the last step refreshes the keybinds.
The text was updated successfully, but these errors were encountered:
If you start off a list with a single (or 0) pages, and then update the list of items where more than one page is required, the pagination buttons are disabled.
Current workaround is to do this after you update the list of items:
which as the last step refreshes the keybinds.
The text was updated successfully, but these errors were encountered: