File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4949 | Allowed Filters
5050 |--------------------------------------------------------------------------
5151 |
52- | By default, ['*'] means all columns are allowed to be filtered.
53- |
52+ | By default, ['*'] means all columns are allowed to be filtered.
53+ |
5454 | - To restrict filtering, define a list of allowed columns:
5555 | ['name', 'email', 'status']
5656 |
57- | - You can also override this in individual models by
57+ | - You can also override this in individual models by
5858 | defining a public $allowedFilters = ['...'] property.
5959 |
6060 */
61- 'allowed_filters ' => ['* ' ],
61+ 'allowed_filters ' => ['* ' ],
6262
6363 /*
6464 |--------------------------------------------------------------------------
114114 | Config fallback if none specified
115115 |
116116 */
117- 'pagination ' => [
118- 'per_page ' => 10 , // default items per page
117+ 'pagination ' => [
118+ 'per_page ' => 10 , // default items per page
119119 'max_per_page ' => 100 , // maximum items allowed per page
120120 ],
121121
You can’t perform that action at this time.
0 commit comments