Skip to content

Commit

Permalink
обновил
Browse files Browse the repository at this point in the history
  • Loading branch information
agoalofalife committed Mar 12, 2024
1 parent 2e315ac commit acb2914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/tree-table.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@endempty

<div class="bg-white rounded shadow-sm mb-3"
data-controller="table-tree"
data-controller="table-tree table"
data-table-slug="{{$slug}}"
>

Expand Down
2 changes: 2 additions & 0 deletions src/Layouts/TDTree.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public function buildTd($repository, ?object $loop = null, bool $isFirstColumn =
'slug' => $this->sluggable(),
'width' => $this->width,
'colspan' => $this->colspan,
'style' => $this->style,
'class' => $this->class,
]);
}
}

0 comments on commit acb2914

Please sign in to comment.