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.
2 parents f9e640b + 835bd9a commit 7202a2bCopy full SHA for 7202a2b
src/Html/Button.php
@@ -142,6 +142,20 @@ public function className($value)
142
return $this;
143
}
144
145
+ /**
146
+ * Set customize option value.
147
+ *
148
+ * @param string $value
149
+ * @return $this
150
+ * @see https://datatables.net/reference/button/excelHtml5
151
+ */
152
+ public function customize($value)
153
+ {
154
+ $this->attributes['customize'] = $value;
155
+
156
+ return $this;
157
+ }
158
159
/**
160
* Append a class name to column.
161
*
0 commit comments