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.
1 parent f3be33a commit e74effbCopy full SHA for e74effb
SortableGridView.php
@@ -65,7 +65,7 @@ public function renderTableRow($model, $key, $index)
65
$options = $this->rowOptions;
66
}
67
68
- $options['id'] = "items[]_{$model->primaryKey}";
+ // $options['id'] = "items[]_{$model->primaryKey}";
69
$options['data-key'] = is_array($key) ? json_encode($key) : (string) $key;
70
71
return Html::tag('tr', implode('', $cells), $options);
0 commit comments