refactor(category): hide kolom urutan di tabel
This commit is contained in:
parent
fa7e05552e
commit
47aae3bdee
@ -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 = '';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user