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 [
|
return [
|
||||||
Column::make('Nama', 'name')->searchable(),
|
Column::make('Nama', 'name')->searchable(),
|
||||||
|
|
||||||
Column::make('Urutan', 'sort_order')
|
|
||||||
->sortable()
|
|
||||||
->hideIf(false),
|
|
||||||
|
|
||||||
Column::make('Aksi')
|
Column::make('Aksi')
|
||||||
->label(function ($row) {
|
->label(function ($row) {
|
||||||
$actions = '';
|
$actions = '';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user