diff --git a/src/Traits/Helpers/ColumnHelpers.php b/src/Traits/Helpers/ColumnHelpers.php index 830756a0c..61f011a7e 100644 --- a/src/Traits/Helpers/ColumnHelpers.php +++ b/src/Traits/Helpers/ColumnHelpers.php @@ -125,6 +125,7 @@ public function getColumnCount(): int return $this->getColumns()->count(); } + #[Computed] public function hasCollapsedColumns(): bool { if ($this->shouldCollapseOnMobile() || $this->shouldCollapseOnTablet() || $this->shouldCollapseAlways()) {