Setting for items in number of records per table page menu
This commit is contained in:
@@ -82,6 +82,17 @@ jobqueue_refresh: 10
|
||||
safe_password_store: true
|
||||
reports: []
|
||||
table_pagesize: 10
|
||||
table_showrecordsmenu:
|
||||
- - 10
|
||||
- 25
|
||||
- 50
|
||||
- 100
|
||||
- '-1'
|
||||
- - 10
|
||||
- 25
|
||||
- 50
|
||||
- 100
|
||||
- 'All'
|
||||
|
||||
# -------------
|
||||
# NETDISCO CORE
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"processing": true,
|
||||
"stateSave": true,
|
||||
"pageLength": [% settings.table_pagesize %],
|
||||
"lengthMenu": [ [10, 25, 50, 100, -1], [10, 25, 50, 100, "All"] ],
|
||||
"lengthMenu": [% table_showrecordsmenu %],
|
||||
"dom": '<"top"l<"nd_datatables-pager"p>f>rt<"bottom"><"clear">',
|
||||
"language": {
|
||||
"search": '_INPUT_',
|
||||
|
||||
Reference in New Issue
Block a user