This commit is contained in:
Felipe
2023-10-07 12:58:41 -05:00
parent 87124fdf46
commit 3d3a9cca5e
6 changed files with 242 additions and 271 deletions
@@ -1,5 +1,5 @@
<div class="overflow-y-auto max-h-full">
<table wire:loading.class="opacity-50 cursor-wait" class="w-full sm-w-[20rem] text-center mt-4 border-separate border-spacing-y-2">
<div class="overflow-y-auto max-h-full overflow-x-auto w-full mx-auto text-sm">
<table wire:loading.class="opacity-50 cursor-wait" class="w-full text-center mt-4 border-separate border-spacing-y-2">
<thead class="font-normal bg-[#000029] text-white h-9">
{{ $thead }}
</thead>
@@ -0,0 +1,10 @@
<div class="flex justify-start items-center gap-x-2">
<p class="text-sm">Ver</p>
<select wire:model="entradas" name="entradas" id="entradas" class="border-gray-200 rounded-md appearance-none text-sm">
<option value="10">10</option>
<option value="25">25</option>
<option value="50">50</option>
<option value="100">100</option>
</select>
<p class="text-sm">entradas</p>
</div>