Summary: | Add DataTables pagination and filter to top of saved SQL reports table | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | f.demians, jonathan.druart, kyle, veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 16906 - Add DataTables pagination and filter to top of saved SQL reports table
Bug 16906 - Add DataTables pagination and filter to top of saved SQL reports table Bug 16906 - Add DataTables pagination and filter to top of saved SQL reports table Bug 16906: Simply remove the sDom definition to use the default one |
Description
Owen Leonard
2016-07-12 18:06:24 UTC
Created attachment 53329 [details] [review] Bug 16906 - Add DataTables pagination and filter to top of saved SQL reports table 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. Created attachment 53336 [details] [review] Bug 16906 - Add DataTables pagination and filter to top of saved SQL reports table 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> Owen, any reasons not to remove the sDom definition to use the default one? (In reply to Jonathan Druart from comment #3) > Owen, any reasons not to remove the sDom definition to use the default one? No I guess not. Created attachment 53525 [details] [review] Bug 16906 - Add DataTables pagination and filter to top of saved SQL reports table 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> Created attachment 53526 [details] [review] Bug 16906: Simply remove the sDom definition to use the default one Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 16.11, thanks Owen! Pushed in 16.05. Will be in 16.05.02. |