@@ -16,7 +16,7 @@ |
||
16 | 16 | |
17 | 17 | $html = call_user_func_array($callback, [$this->row]); |
18 | 18 | |
19 | - $key = $this->getKey() . '-' . $this->getColumn()->getName(); |
|
19 | + $key = $this->getKey().'-'.$this->getColumn()->getName(); |
|
20 | 20 | |
21 | 21 | return <<<EOT |
22 | 22 | <span class="grid-expand" data-toggle="modal" data-target="#grid-modal-{$key}"> |