Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. var config = {
  2. map: {
  3. '*': {
  4. dataTables: 'EC_Downloads/js/datatables.min'
  5. }
  6. }
  7. };
  8.  
  9. <script>
  10. require(['jquery', 'jquery/ui','dataTables'], function($){
  11. $(document).ready(function($){
  12. $('#example').DataTable({
  13. dom: 'Bfrtip',
  14. buttons: [
  15. 'print'
  16. ]
  17. });
  18. });
  19. });
  20. </script>
  21.  
  22. <script type="text/x-magento-init">
  23. {
  24. "*": {
  25. "EC_Downloads/js/buttons":{},
  26. "EC_Downloads/js/buttons_print":{}
  27. }
  28. }
  29. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement