diff --git a/src/Components/TableRepeater.php b/src/Components/TableRepeater.php index 02c7ea6..957f4e7 100644 --- a/src/Components/TableRepeater.php +++ b/src/Components/TableRepeater.php @@ -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;