From 6ea195c817389f677a66087d8168aad04c218ed4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 11 Jul 2011 01:02:10 +0200 Subject: Set no pagination to tables (closes #531) --- ishtar/ishtar_base/widgets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ishtar/ishtar_base/widgets.py b/ishtar/ishtar_base/widgets.py index 14f49ed6c..3d5316dca 100644 --- a/ishtar/ishtar_base/widgets.py +++ b/ishtar/ishtar_base/widgets.py @@ -305,6 +305,7 @@ jQuery(document).ready(function(){ pgbuttons: false, pginput: false, width:740, + rowNum:0, jsonReader : {repeatitems: false} }); """ % dct -- cgit v1.2.3