mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
48951e4304
commit
08947fa764
3 changed files with 7 additions and 6 deletions
|
|
@ -839,7 +839,7 @@ class TableView(RowTableShared):
|
|||
else:
|
||||
added_args = {"_next": next_value}
|
||||
next_url = self.ds.absolute_url(
|
||||
request, path_with_replaced_args(request, added_args)
|
||||
request, self.ds.urls.path(path_with_replaced_args(request, added_args))
|
||||
)
|
||||
rows = rows[:page_size]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue