Bootstrap4 :: table UI updated

This commit is contained in:
Sakthi002
2021-02-16 12:53:19 +05:30
committed by Manish Verma
parent ce38d06159
commit f314bf178e
3 changed files with 7 additions and 3 deletions

View File

@@ -44,6 +44,8 @@
@yield('HeadInclude')
<style type="text/css">
.dataTables_wrapper table {display: table !important;}
.product-description { overflow: visible !important;white-space: unset !important; }

View File

@@ -49,7 +49,9 @@
@yield('HeadInclude')
<style type="text/css">
.dataTables_wrapper table {display: table !important;}
.product-description { overflow: visible !important;white-space: unset !important; }
.noti_User { color: #6c757d !important; }
@@ -58,7 +60,7 @@
.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; }

View File

@@ -7,7 +7,7 @@
<thead>
<tr>
@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
</tr>
</thead>