Skip to content

Commit 3ab6658

Browse files
committed
Remove table from selector of sorting
1 parent 6b4adbf commit 3ab6658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderers/BaseRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ private function registerJsSortable()
431431

432432
// todo override when ListRenderer will use div markup
433433
$options = Json::encode($this->getJsSortableOptions());
434-
$js = "$('#{$this->id} table').sorting($options);";
434+
$js = "$('#{$this->id}').sorting($options);";
435435
$view->registerJs($js);
436436
}
437437

0 commit comments

Comments
 (0)