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 f847280 commit 3db00e1Copy full SHA for 3db00e1
src/Html/Builder.php
@@ -38,18 +38,22 @@ class Builder
38
* @var Collection<int, \Yajra\DataTables\Html\Column>
39
*/
40
public Collection $collection;
41
+
42
/**
43
* @var array<string, string|null>
44
45
protected array $tableAttributes = [];
46
47
48
* @var string
49
50
protected string $template = '';
51
52
53
* @var array
54
55
protected array $attributes = [];
56
57
58
* @var string|array
59
0 commit comments