diff --git a/tailbone/templates/grids/buefy.mako b/tailbone/templates/grids/buefy.mako index 699161c8..ac814a8a 100644 --- a/tailbone/templates/grids/buefy.mako +++ b/tailbone/templates/grids/buefy.mako @@ -147,15 +147,12 @@ backend-sorting @sort="onSort" - ## % if grid.pageable: - ## paginated :paginated="paginated" :per-page="perPage" :current-page="currentPage" backend-pagination :total="total" @page-change="onPageChange" - ## % endif ## TODO: should let grid (or master view) decide how to set these? icon-pack="fas" @@ -295,7 +292,7 @@ `sortkey=${'$'}{this.sortField}`, `sortdir=${'$'}{this.sortOrder}`, `pagesize=${'$'}{this.perPage}`, - `page=${'$'}{this.page}` + `page=${'$'}{this.currentPage}` ].join('&') }