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 8fe1e69 commit fc8844eCopy full SHA for fc8844e
src/Html/Options/HasFeatures.php
@@ -68,11 +68,12 @@ public function lengthChange(bool $value = true): static
68
/**
69
* Set ordering option value.
70
*
71
+ * @param bool|array{indicators: bool, handler: bool} $value
72
* @return $this
73
74
* @see https://datatables.net/reference/option/ordering
75
*/
- public function ordering(bool $value = true): static
76
+ public function ordering(bool|array $value = true): static
77
{
78
$this->attributes['ordering'] = $value;
79
0 commit comments