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 36000d1 + 08a40f5 commit a78e7f8Copy full SHA for a78e7f8
Datatable/Column/MultiselectColumn.php
@@ -84,7 +84,7 @@ public function addDataToOutputArray(array &$row)
84
/**
85
* {@inheritdoc}
86
*/
87
- public function renderSingleField(array &$row)
+ public function renderSingleField(array &$row, array &$resultRow)
88
{
89
$value = $row[$this->value];
90
@@ -96,7 +96,7 @@ public function renderSingleField(array &$row)
96
$value = 'sg-datatables-'.$this->getDatatableName().'-checkbox-'.$value;
97
}
98
99
- $row[$this->getIndex()] = $this->twig->render(
+ $resultRow[$this->getIndex()] = $this->twig->render(
100
$this->getCellContentTemplate(),
101
[
102
'attributes' => $this->attributes,
0 commit comments