add group by feature to datatable
This commit is contained in:
@@ -13,6 +13,11 @@ class RahdariPointHistory extends Model
|
||||
*/
|
||||
protected $fillable = [
|
||||
'user_id',
|
||||
'previous_province_id',
|
||||
'previous_province_name',
|
||||
'previous_city_id',
|
||||
'previous_city_name',
|
||||
'previous_name',
|
||||
'previous_status',
|
||||
'previous_type',
|
||||
'previous_team_num',
|
||||
|
||||
Reference in New Issue
Block a user