mirror of
https://github.com/janeczku/calibre-web
synced 2025-10-21 18:47:39 +00:00
Fix #1915 (more than 10 books at a time are displayed in books table)
This commit is contained in:
@@ -136,10 +136,11 @@ $(function() {
|
||||
|
||||
$("#books-table").bootstrapTable({
|
||||
sidePagination: "server",
|
||||
pageList: "[10, 25, 50, 100]",
|
||||
queryParams: queryParams,
|
||||
pagination: true,
|
||||
paginationLoop: false,
|
||||
paginationDetailHAlign: " hidden",
|
||||
paginationDetailHAlign: "right",
|
||||
paginationHAlign: "left",
|
||||
idField: "id",
|
||||
uniqueId: "id",
|
||||
|
Reference in New Issue
Block a user