-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export buttons for tables #428
Labels
Comments
Post the code as a work in progress merge request. I see lots of things here but hard to give context with out the diff. |
Closed
It's in #429 apparently :) |
Update: button in #429 works now on Inventory and Catalogs |
Update: button in #429 works for all pages. The issue with broken titles is fixed |
Partially implemented - for the Query results - and released in v3.4.0rc2. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to create an export button that can copy and export the tables as csv, excel and pdf files.
I have loaded following libraries:
https://cdn.datatables.net/buttons/1.4.2/js/dataTables.buttons.min.js
//cdn.datatables.net/buttons/1.4.2/js/buttons.html5.min.js
and placed following code in layout.html:
I cannot see the export buttons anywhere. What is the wrong in my code ?
The text was updated successfully, but these errors were encountered: