Skip to content

Commit 43b3fc9

Browse files
committed
Fix conflicts with createInline button.
Use render instead of altering the data.
1 parent 1d4d465 commit 43b3fc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Html/Column.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,10 @@ public static function make($data, $name = '')
159159
public static function formatted($name)
160160
{
161161
$attr = [
162-
'data' => $name . '_formatted',
162+
'data' => $name,
163163
'name' => $name,
164164
'title' => self::titleFormat($name),
165+
'render' => 'full.'.$name.'_formatted',
165166
];
166167

167168
return new static($attr);

0 commit comments

Comments
 (0)