refactor(category): hide kolom urutan di tabel

This commit is contained in:
Yoga Pangestu 2025-09-29 17:50:35 +07:00
parent fa7e05552e
commit 47aae3bdee

View File

@ -20,10 +20,6 @@ public function columns(): array
return [
Column::make('Nama', 'name')->searchable(),
Column::make('Urutan', 'sort_order')
->sortable()
->hideIf(false),
Column::make('Aksi')
->label(function ($row) {
$actions = '';