bootstrap-table完善queryParamsType参数

This commit is contained in:
xundh 2020-12-08 12:25:59 +08:00
parent 9116b722a4
commit b8cf5965c4
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ var table = {
fixedNumber: options.fixedNumber, // 列冻结的个数(左侧)
fixedRightNumber: options.fixedRightNumber, // 列冻结的个数(右侧)
onReorderRow: options.onReorderRow, // 当拖拽结束后处理函数
queryParamsType:options.queryParamsType, // 分页参数类型值为limit时分页参数为limit offset;否则分页参数为pageNumber pageSize
queryParams: options.queryParams, // 传递参数(*
rowStyle: options.rowStyle, // 通过自定义函数设置行样式
footerStyle: options.footerStyle, // 通过自定义函数设置页脚样式