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
I think you should amend the table_page_range filter to emit another instance of '...' at the end of the range when using a LazyPaginator, because by changing the template you won't be able to distinguish between cases using LazyPaginator or not.
Currently, we are using this template extension, when configuring the lazy paginator:
It improves communicating to the user visually, that there may be many more pages:
Do you think this could be added to the upstream templates?
The text was updated successfully, but these errors were encountered: