[Koha-bugs] [Bug 11718] Use new DataTables include in reports templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 25 11:46:53 CET 2014


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

--- Comment #4 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Comment on attachment 25599
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25599
Bug 11718 - Use new DataTables include in reports templates

Review of attachment 25599:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11718&attachment=25599)
-----------------------------------------------------------------

::: koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
@@ +65,4 @@
>          'iDisplayLength': 20,
>          'aaSorting': [[ 1, "asc" ]],
>          'aoColumnDefs': [
> +            { 'bSortable': false, 'bSearchable':false, 'aTargets': [0, -1, -2, -3] },

What is expected here? You want to set unsortable "Public", "Cache expiry",
"Saved results" and the actions columns?
Cache expiry could be sortable I think.
Moreover if "usecache" is disabled, the -4 is related to the creation date.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list