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.
2 parents b19341e + fe895ab commit e4601aaCopy full SHA for e4601aa
SortableGridView.php
@@ -36,7 +36,7 @@ public function run()
36
protected function registerWidget()
37
{
38
$view = $this->getView();
39
- $view->registerJs("jQuery('#{$this->id}').SortableGridView('{$this->sortableAction}');");
+ $view->registerJs("jQuery('#{$this->options['id']}').SortableGridView('{$this->sortableAction}');");
40
SortableGridAsset::register($view);
41
}
42
0 commit comments