Assets
---->asset
|---->js
|---->css//file name booking_list.js
$(document).ready(function () {
$('#booling_list').DataTable();
$('#customer_list').DataTable();
});
j/* File name extension.css */
.nav-color{
background-color: #337ab7 !important;
}Last updated