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