thay doi filter va Viet hoa

This commit is contained in:
2020-12-29 14:28:08 +07:00
parent c9d0c24218
commit cb6c8fba32
12 changed files with 72 additions and 51 deletions

View File

@@ -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 [