Skip to content

Commit 7131538

Browse files
committed
Fix doc block and add array as acceptable editField value.
1 parent 637dfdf commit 7131538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Html/Column.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ public function name($value)
326326
/**
327327
* Set column edit field option value.
328328
*
329-
* @param string $value
329+
* @param string|array $value
330330
* @return $this
331331
* @see https://datatables.net/reference/option/columns.editField
332332
*/

0 commit comments

Comments
 (0)