mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 06:23:23 +00:00
Add reusable pagination and page-size controls, improve mobile dropdown positioning, and migrate paginated views to consistent table components.
12 lines
377 B
PHP
12 lines
377 B
PHP
<div class="table-sort">
|
|
<x-table.dropdown panel-class="w-44!">
|
|
<x-slot:trigger>
|
|
<button type="button" class="button" aria-haspopup="listbox" :aria-expanded="open">
|
|
<x-reicon name="sort-direction" class="size-3.5" />
|
|
Sort
|
|
</button>
|
|
</x-slot:trigger>
|
|
{{ $slot }}
|
|
</x-table.dropdown>
|
|
</div>
|