Skip to content

Commit

Permalink
bring own datatables file
Browse files Browse the repository at this point in the history
  • Loading branch information
recursivetree committed Jan 25, 2024
1 parent 630ebaa commit 920cca8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ private function add_publications()
base_path('vendor/almasaeed2010/adminlte/plugins/bootstrap/js/bootstrap.bundle.min.js') => public_path('web/js/bootstrap.bundle.min.js'),

// Datatables pulled from packagist
base_path('vendor/datatables.net/datatables.net/js/jquery.dataTables.min.js') => public_path('web/js/jquery.dataTables.min.js'),
__DIR__ . '/resources/js/datatables.min.js' => public_path('web/js/jquery.dataTables.min.js'), // use own file until they sort out packagist
base_path('vendor/datatables.net/datatables.net-bs4/css/dataTables.bootstrap4.min.css') => public_path('web/css/dataTables.bootstrap4.min.css'),
base_path('vendor/datatables.net/datatables.net-bs4/js/dataTables.bootstrap4.min.js') => public_path('web/js/dataTables.bootstrap4.min.js'),
base_path('vendor/datatables.net/datatables.net-buttons/js/dataTables.buttons.min.js') => public_path('web/js/dataTables.buttons.min.js'),
Expand Down
22 changes: 22 additions & 0 deletions src/resources/js/datatables.min.js

Large diffs are not rendered by default.

0 comments on commit 920cca8

Please sign in to comment.