[Koha-bugs] [Bug 10794] Sorting on billing date column in invoices table doesn't work

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 13 10:30:28 CET 2014


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

--- Comment #8 from Jacek Ablewicz <abl at 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.


More information about the Koha-bugs mailing list