Skip to content

Commit c947871

Browse files
committed
Add hasCollapsedColumns as Computed
1 parent 1d991b2 commit c947871

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Traits/Helpers/ColumnHelpers.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ public function getColumnCount(): int
124124
{
125125
return $this->getColumns()->count();
126126
}
127-
127+
128+
#[Computed]
128129
public function hasCollapsedColumns(): bool
129130
{
130131
if ($this->shouldCollapseOnMobile() || $this->shouldCollapseOnTablet() || $this->shouldCollapseAlways()) {

0 commit comments

Comments
 (0)