mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-13 09:30:40 +00:00
Fix tables and add bottom paginatio nto all tables
This commit is contained in:
@ -145,11 +145,20 @@ RessourceList.dataMappers = {
|
||||
RessourceList.options = {
|
||||
// common list.js options for 4 rows per page etc.
|
||||
common: {
|
||||
page: 4,
|
||||
pagination: {
|
||||
innerWindow: 8,
|
||||
outerWindow: 1,
|
||||
},
|
||||
page: 5,
|
||||
pagination: [
|
||||
{
|
||||
name: "paginationTop",
|
||||
paginationClass: "paginationTop",
|
||||
innerWindow: 4,
|
||||
outerWindow: 1
|
||||
},
|
||||
{
|
||||
paginationClass: "paginationBottom",
|
||||
innerWindow: 4,
|
||||
outerWindow: 1,
|
||||
},
|
||||
],
|
||||
},
|
||||
// extended list.js options for 10 rows per page etc.
|
||||
extended: {
|
||||
|
Reference in New Issue
Block a user