We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961d2f1 commit 12b39ccCopy full SHA for 12b39cc
src/Traits/Filters/Helpers/FilterMenuHelpers.php
@@ -36,7 +36,7 @@ public function isFilterLayoutSlideDown(): bool
36
{
37
return $this->getFilterLayout() === 'slide-down';
38
}
39
-
+
40
public function showFilterLayoutSlideDown(): bool
41
42
return $this->filtersAreEnabled() &&
src/Traits/Styling/HasSecondaryHeaderStyling.php
@@ -11,13 +11,11 @@ trait HasSecondaryHeaderStyling
11
12
protected ?Closure $secondaryHeaderTdAttributesCallback;
13
14
15
public function hasSecondaryHeaderTrAttributes(): bool
16
17
return isset($this->secondaryHeaderTrAttributesCallback);
18
19
20
21
/**
22
* @param mixed $rows
23
* @return array<mixed>
0 commit comments