Bootstrap4 :: Issues fixed

This commit is contained in:
Sakthi002
2021-01-25 10:12:08 +05:30
committed by Manish Verma
parent 3f302c3a57
commit f4cf0fe23b
5 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
<table id="{!! $id !!}" class="{!! $class !!}" style="width:100%;display:block !important;">
<table id="{!! $id !!}" class="{!! $class !!}" style="width:100%;display:table;">
<colgroup>
@for ($i = 0; $i < count($columns); $i++)
<col class="con{!! $i !!}" />