41 lines
993 B
PHP
41 lines
993 B
PHP
<!--dynamic table-->
|
|
<link href="{{ url('assets-backend/js/advanced-datatable/css/demo_page.css') }}" rel="stylesheet" />
|
|
<link href="{{ url('assets-backend/js/advanced-datatable/css/demo_table.css') }}" rel="stylesheet" />
|
|
<link href="{{ url('assets-backend/js/data-tables/DT_bootstrap.css') }}" rel="stylesheet" />
|
|
|
|
|
|
<style>
|
|
div.dataTables_wrapper div.dataTables_filter label {
|
|
text-align: right;
|
|
}
|
|
|
|
.buttons-excel {
|
|
background-color: #1fb5ad;
|
|
border-color: #1fb5ad;
|
|
color: #FFFFFF;
|
|
margin-right: 10px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.buttons-pdf {
|
|
background-color: #fa8564;
|
|
border-color: #fa8564;
|
|
color: #FFFFFF;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.adv-table .dataTables_filter label input {
|
|
border: solid 1px #e3e3e4;
|
|
}
|
|
|
|
tr.odd td.sorting_1 {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button {
|
|
padding: 0;
|
|
}
|
|
|
|
</style>
|
|
|