8000 feat(Builder): add theadClass property getter · yajra/laravel-datatables-html@a07184a · GitHub
[go: up one dir, main page]

Skip to content

Commit a07184a

Browse files
feat(Builder): add theadClass property getter
1 parent 381db64 commit a07184a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Html/HasTable.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ public function setTableHeadClass(string $class): static
100100
return $this;
101101
}
102102

103+
public function getTheadClass(): ?string
104+
{
105+
return $this->theadClass;
106+
}
107+
103108
/**
104109
* Remove class names from the "class" attribute of HTML table.
105110
*

0 commit comments

Comments
 (0)
0