http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10794

--- Comment #8 from Jacek Ablewicz <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to