"Updated AdminController, added update and delete product functionality, modified products.blade.php, and added datatables to adminheader and adminfooter"
This commit is contained in:
@ -41,6 +41,16 @@
|
||||
<script src="Dashboard/js/dashboard.js"></script>
|
||||
<script src="Dashboard/js/Chart.roundedBarCharts.js"></script>
|
||||
<!-- End custom js for this page-->
|
||||
|
||||
<!-- datatables-->
|
||||
<script src="Dashboard/js/jquery.dataTables.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$('.table').DataTable();
|
||||
});
|
||||
</script>
|
||||
<!-- end datatables-->
|
||||
|
||||
</body>
|
||||
|
||||
{{-- <script>
|
||||
|
Reference in New Issue
Block a user