Initial commit
This commit is contained in:
3
resources/views/livewire/datatables/label.blade.php
Normal file
3
resources/views/livewire/datatables/label.blade.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="table-cell px-6 py-2 whitespace-no-wrap @if($column['align'] === 'right') text-right @elseif($column['align'] === 'center') text-center @else text-left @endif {{ $this->cellClasses($row, $column) }}">
|
||||
{!! $column['content'] ?? '' !!}
|
||||
</div>
|
||||
Reference in New Issue
Block a user