fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [15179] table info


From: sigurdne
Subject: [Fmsystem-commits] [15179] table info
Date: Thu, 19 May 2016 17:17:27 +0000 (UTC)

Revision: 15179
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15179
Author:   sigurdne
Date:     2016-05-19 17:17:26 +0000 (Thu, 19 May 2016)
Log Message:
-----------
table info

Modified Paths:
--------------
    trunk/phpgwapi/js/jquery/common.js

Modified: trunk/phpgwapi/js/jquery/common.js
===================================================================
--- trunk/phpgwapi/js/jquery/common.js  2016-05-19 14:43:47 UTC (rev 15178)
+++ trunk/phpgwapi/js/jquery/common.js  2016-05-19 17:17:26 UTC (rev 15179)
@@ -347,9 +347,9 @@
 
        if (buttons_def)
        {
-               var sDom_def = 'B<"clear">lfrtip';
-//             var sDom_def = 'Bfrtlip';
-               var sDom_def = '<lfB<t>ip>'
+//             var sDom_def = 'B<"clear">lfrtip';
+               var sDom_def = 'Bfrtlip';
+//             var sDom_def = '<lfB<t>ip>'
                if (singleSelect == true)
                {
                        select = true;
@@ -370,7 +370,7 @@
        var oTable = $("#" + container).dataTable({
                paginate: disablePagination ? false : true,
                filter: disableFilter ? false : true,
-               info: disableFilter ? false : true,
+               info: disablePagination ? false : true,
                order: order,
                processing: true,
                serverSide: serverSide_def,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]