mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-09 09:36:29 +02:00
@@ -215,7 +215,7 @@ function IFM(params) {
|
||||
if( self.datatable ) self.datatable.destroy();
|
||||
self.datatable = $('#filetable').DataTable({
|
||||
paging: !!self.config.paging,
|
||||
pageLength: 50,
|
||||
pageLength: self.config.pageLength||50,
|
||||
info: false,
|
||||
autoWidth: false,
|
||||
columnDefs: [
|
||||
|
@@ -52,7 +52,8 @@ class IFM {
|
||||
"zipnload" => 1,
|
||||
"createarchive" => 1,
|
||||
"search" => 1,
|
||||
"paging" => 1,
|
||||
"paging" => 0,
|
||||
"pageLength" => 50,
|
||||
|
||||
// gui controls
|
||||
"showlastmodified" => 0,
|
||||
|
Reference in New Issue
Block a user