main
Ilham Wara Nugroho 2025-12-05 10:21:55 +07:00
parent bc63b22ee9
commit 14aa11b696
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
?>
@if(@$data)
<div class="bg-white rounded-[20px] shadow-lg p-5 py-10 gap-6 flex">
<div style="overflow-x:auto;">
<div style="overflow-x:auto; width:100%!important;">
<table id="table"
data-toggle="table"
data-search="false"

View File

@ -43,7 +43,7 @@
?>
@if(@$data)
<div class="bg-white rounded-[20px] shadow-lg p-5 py-10 gap-6 flex">
<div style="overflow-x:auto;">
<div style="overflow-x:auto; width:100%!important;">
<table id="table"
data-toggle="table"
data-search="false"