diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-07-11 01:02:10 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-07-11 01:02:10 +0200 |
commit | 04d25ac81d983ada8fe0ba2e41905438c9c8b070 (patch) | |
tree | 88dd72ea581c26282f2ec62beb366609a83b9e8d /ishtar/ishtar_base/widgets.py | |
parent | 2bc5506fd5c923160d929faf59424fdb7ec55c2b (diff) | |
download | Ishtar-04d25ac81d983ada8fe0ba2e41905438c9c8b070.tar.bz2 Ishtar-04d25ac81d983ada8fe0ba2e41905438c9c8b070.zip |
Set no pagination to tables (closes #531)
Diffstat (limited to 'ishtar/ishtar_base/widgets.py')
-rw-r--r-- | ishtar/ishtar_base/widgets.py | 1 |
1 files changed, 1 insertions, 0 deletions
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
|