We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b726b commit 1028e32Copy full SHA for 1028e32
1 file changed
src/Generator/VueIndexGenerator.php
@@ -180,7 +180,7 @@ protected function getOptions(): string
180
$options['rowSelection'] = [ 'showCheckedAll' => true ];
181
$options['pk'] = "'".$this->getPk()."'";
182
$options['operationColumn'] = false;
183
- $options['operationWidth'] = 160;
+ $options['operationColumnWidth'] = 160;
184
$options['formOption'] = [
185
'viewType' => $this->getComponentType($this->model->component_type),
186
'width' => 600,
0 commit comments