Class: AntDesignVueTableHelperOptions
特定于 Ant Design Vue 的 TableHelper 的配置
Hierarchy
↳
AntDesignVueTableHelperOptions
Constructors
constructor
new AntDesignVueTableHelperOptions(params?)
Parameters
| Name | Type |
|---|---|
params? | Partial<AntDesignVueTableHelperOptions> |
Overrides
TableHelperOptions.constructor
Defined in
dist/src/components/n-table/ant-design-vue-table-helper.d.ts:50
Properties
pageSize
pageSize: number
每页的数据条数, 默认为 10
Inherited from
Defined in
dist/src/components/table-helper/table-helper.d.ts:204
pageStartIndex
pageStartIndex: number
分页起始页码, 默认为 1
Inherited from
TableHelperOptions.pageStartIndex
Defined in
dist/src/components/table-helper/table-helper.d.ts:200
showPagination
showPagination: boolean
是否显示分页组件, 默认为 true.
Defined in
dist/src/components/n-table/ant-design-vue-table-helper.d.ts:49