Bug 16906 - Add DataTables pagination and filter to top of saved SQL reports table
authorOwen Leonard <oleonard@myacpl.org>
Tue, 12 Jul 2016 18:07:18 +0000 (14:07 -0400)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 22 Jul 2016 17:24:35 +0000 (17:24 +0000)
This patch adds a DataTables toolbar to the top of the saved SQL reports
table so that pagination and filtering controls are at the top as well
as the bottom.

To test, apply the patch and go to Reports -> Saved reports. There
should be controls at the top of the table of saved reports for setting
number of results, pagination, and searching.

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt

index 16752cc..d5968c8 100644 (file)
@@ -87,7 +87,7 @@ $("#delColumn").on("click",function(){
 [% IF (saved1) %]
     var rtable = $("#table_reports").dataTable($.extend(true, {}, dataTablesDefaults, {
         'bAutoWidth': false,
-        'sDom': 't<"bottom pager"ilpf>',
+        'sDom': '<"top pager"ilpf>t<"bottom pager"ilpf>',
         'sPaginationType': 'four_button',
         'aaSorting': [[ 1, "asc" ]],
         'aoColumnDefs': [