Hi all,
I tried to make some tables in the Admin interface sortable with Javascript.
I tried the patch that's in the attachment, on top of the following
commit on the master branch:
commit f0278db35026e6aad260e5559eab45c314f393df
Author: Moritz Lenz <mlenz(a)noris.net>
Date: Wed May 13 10:57:16 2015 +0200
Try to make the AdminQueue-Table sortable
After applying the patch (and rebuilding the config), when I click on
the "Name" column in AdminQueue, I get the down-facing triangle that
indicates that the table is sorted by this column, and when pressing
agian, I get the up-facing triangle, but the table isn't sorted at all,
all rows stay just how they are.
What am I missing here? Or is this a bug in the table sorter?
I've tried to model the HTML after the sortable table in
AgentTicketZoom.tt, since there's no documentation in the Javascript
about how the HTML should look like.
Cheers,
Moritz