thay doi filter va Viet hoa
This commit is contained in:
@@ -68,6 +68,12 @@ class ListManagementGrid {
|
||||
};
|
||||
}
|
||||
|
||||
public static function gender($genderArray) {
|
||||
return function($model) use ($genderArray) {
|
||||
return $genderArray[$model->gender];
|
||||
};
|
||||
}
|
||||
|
||||
public static function rows() {
|
||||
return function($model, $index, $widget, $grid) {
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user