mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-08-30 12:45:32 +08:00
分页的每页数量可以通过配置全局定义
This commit is contained in:
@@ -209,8 +209,9 @@ return [
|
||||
],
|
||||
//分页配置
|
||||
'paginate' => [
|
||||
'type' => 'bootstrap',
|
||||
'var_page' => 'page',
|
||||
'type' => 'bootstrap',
|
||||
'var_page' => 'page',
|
||||
'list_rows' => 15
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user