Skip to content

Commit 8702032

Browse files
committed
Return ability to change id via configuration of the column
1 parent a048eb2 commit 8702032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BaseColumn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public function renderInput($name, $options)
234234
$optionsExt = $this->options;
235235
}
236236

237-
$options = ArrayHelper::merge($optionsExt, $options);
237+
$options = ArrayHelper::merge($options, $optionsExt);
238238
$method = 'render' . Inflector::camelize($this->type);
239239
$value = $this->prepareValue();
240240

0 commit comments

Comments
 (0)