datatables admin page
This commit is contained in:
@@ -15,6 +15,13 @@
|
|||||||
<link rel="stylesheet" href="{{ asset('css/app.css') }}">
|
<link rel="stylesheet" href="{{ asset('css/app.css') }}">
|
||||||
<link rel="stylesheet" href="{{ asset('css/bootstrap.css') }}">
|
<link rel="stylesheet" href="{{ asset('css/bootstrap.css') }}">
|
||||||
<link ref="stylesheet" href="https://cdn.datatables.net/1.10.19/css/jquery.dataTables.min.css">
|
<link ref="stylesheet" href="https://cdn.datatables.net/1.10.19/css/jquery.dataTables.min.css">
|
||||||
|
|
||||||
|
<!-- DataTables Javascript -->
|
||||||
|
<script type="text/javascript" class="init">
|
||||||
|
$(document).ready(function() {
|
||||||
|
$('userTable').DataTable();
|
||||||
|
})
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@include('layouts.navbar')
|
@include('layouts.navbar')
|
||||||
@@ -23,13 +30,6 @@
|
|||||||
</div>
|
</div>
|
||||||
@yield('content')
|
@yield('content')
|
||||||
|
|
||||||
<!-- DataTables Javascript -->
|
|
||||||
<script>
|
|
||||||
$(document).ready(function() {
|
|
||||||
$('userTable').DataTable();
|
|
||||||
})
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<!-- Optional JavaScript -->
|
<!-- Optional JavaScript -->
|
||||||
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||||||
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
|
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user