We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a122c7 commit 4fa4651Copy full SHA for 4fa4651
resources/views/tailwind/includes/table.blade.php
@@ -18,7 +18,6 @@ class="rounded-md shadow-sm border-cool-gray-300 block transition duration-150 e
18
@else
19
<x-livewire-tables::table.heading
20
:sortable="$column->isSortable()"
21
- :multi-column="$column->isMultiColumn()"
22
:column="$column->column()"
23
:direction="$column->column() ? $sorts[$column->column()] ?? null : null"
24
:text="$column->text() ?? ''"
0 commit comments