[Koha-bugs] [Bug 7349] Sorting patron search result by cardnumber doesn't work

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 13 15:55:35 CET 2011


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

--- Comment #2 from Adrien SAURAT <adrien.saurat at biblibre.com> 2011-12-13 14:55:35 UTC ---
Indeed!

Didn't think I would find a client-side sort here!! I don't see the point, I'll
thus delete the following part:

<script type="text/javascript" src="[% themelang
%]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
<script type="text/javascript">//<![CDATA[
$(document).ready(function() {
    $("#memberresultst").tablesorter({
        sortList: [[1,0]],
        widgets:    ['zebra']
    });
});
//]]>
</script>



(it seems to work ok without it)

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list