13 Feb
2014
13 Feb
'14
10:30 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10794 --- Comment #8 from Jacek Ablewicz <abl@biblos.pk.edu.pl> --- Or perhaps something like this $("#resultst").dataTable($.extend(true, {}, dataTablesDefaults, { bPaginate: false, sDom: "t", aoColumnDefs: [ { "bSortable": false, "aTargets": [0, 7] }, { "sType": "string", "aTargets": [ 3 ] } ] })); will be better (= no pagination bars/no filter on table, but all rows being displayed, not just top 10)? Unless "top ten rows only display" is a feature, and not a bug? If so, personally I find it not very intuitive.. -- You are receiving this mail because: You are watching all bug changes.