Bootstrap4 :: table UI updated
This commit is contained in:
@@ -45,6 +45,8 @@
|
|||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
|
.dataTables_wrapper table {display: table !important;}
|
||||||
|
|
||||||
.product-description { overflow: visible !important;white-space: unset !important; }
|
.product-description { overflow: visible !important;white-space: unset !important; }
|
||||||
|
|
||||||
.noti_User { color: #6c757d !important; }
|
.noti_User { color: #6c757d !important; }
|
||||||
|
@@ -50,6 +50,8 @@
|
|||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
|
.dataTables_wrapper table {display: table !important;}
|
||||||
|
|
||||||
.product-description { overflow: visible !important;white-space: unset !important; }
|
.product-description { overflow: visible !important;white-space: unset !important; }
|
||||||
|
|
||||||
.noti_User { color: #6c757d !important; }
|
.noti_User { color: #6c757d !important; }
|
||||||
@@ -58,7 +60,7 @@
|
|||||||
|
|
||||||
.table { display: block;width: 100%;overflow-x: auto; }
|
.table { display: block;width: 100%;overflow-x: auto; }
|
||||||
|
|
||||||
td{ word-break: break-all !important; }
|
td{ word-break: break-word !important; }
|
||||||
|
|
||||||
.table { width: 100% !important;display: table !important; }
|
.table { width: 100% !important;display: table !important; }
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@foreach($columns as $i => $c)
|
@foreach($columns as $i => $c)
|
||||||
<th align="center" valign="middle" class="head{!! $i !!}" style="min-width: 100px;">{!! $c !!}</th>
|
<th align="center" valign="middle" class="head{!! $i !!}">{!! $c !!}</th>
|
||||||
@endforeach
|
@endforeach
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
Reference in New Issue
Block a user