Guest User

Untitled

a guest
Oct 17th, 2018
80
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: 'Inkind_Sales/js/datatables.min'
  5. }
  6. }
  7. };
  8.  
  9. <?xml version="1.0"?>
  10.  
  11. <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  12. <head>
  13. <css src="Vendor_Module::css/datatables.min.css"/>
  14. </head>
  15.  
  16. <script>
  17. require(['jquery', 'jquery/ui','dataTables'], function($){
  18. $(document).ready(function($){
  19. $('#example').DataTable();
  20. });
  21. });
  22.  
  23. Uncaught Error: Script error for: jquery
Add Comment
Please, Sign In to add comment