yii2 ajax sort
v1.0.7
항목 정렬 -> 드래그 드롭 -> AJAX -> 저장
composer require pceuropa/yii2-ajax-sort dev-master
##구성
use pceuropasortSortWidget;
echo SortWidget::widget([
'image_url' => Url::to('@web/images/'),
'data' => [
['id' => 1, 'image_name' => 'firefox.jpg', 'title' => 'text alternative'],
['id' => 2, 'image_name' => 'opera.jpg'],
['id' => 6, 'title' => 'text element', 'url' => 'https://'],
],
]);
Yii2 정렬 목록 위젯 데모 및 정보