Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
himiklab
sortablegrid
SortableGridBehavior
PHP 클래스 himiklab\sortablegrid\SortableGridBehavior
For example:
php public function behaviors() { return [ 'sort' => [ 'class' => SortableGridBehavior::className(), 'sortableAttribute' => 'sortOrder', 'scopeAttribute' => null ], ]; }
저자:
HimikLab
상속:
extends
yii\base\Behavior
파일 보기
프로젝트 열기: himiklab/yii2-sortable-grid-view-widget
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
$scope
callable
$sortableAttribute
database field name for row sorting
공개 메소드들
메소드
설명
beforeInsert
( )
events
( )
gridSort
(
$items
)
메소드 상세
beforeInsert()
공개
메소드
public
beforeInsert
( )
events()
공개
메소드
public
events
( )
gridSort()
공개
메소드
public
gridSort
(
$items
)
프로퍼티 상세
$scope
공개적으로 프로퍼티
public
callable
$scope
리턴
callable
$sortableAttribute
공개적으로 프로퍼티
database field name for row sorting
public
$sortableAttribute