Skip to content

Commit

Permalink
Feat: Scrollable and Strict Columns Width
Browse files Browse the repository at this point in the history
  • Loading branch information
malzariey committed Jan 29, 2024
1 parent a3108d2 commit 598770d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/TableRepeater.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public function scrollable(bool|string|Closure $scrollable = true): static

return $this;
}

public function strictWidth(bool|string|Closure $strictWidth = true): static
{
$this->strictWidth = $strictWidth;
Expand Down

0 comments on commit 598770d

Please sign in to comment.