TablesV1
ElTable
、ElTableColumn
、ElPagination
的集成组件
Basic
Start
TablesV1 Props
prop | type | default | description |
---|---|---|---|
ElTable | - | - | - |
ElTableColumn | - | - | - |
ElPagination | - | - | - |
border | Boolean | true | |
tableClass | String | ‘’ | |
tableStyle | CSSProperties | undefined | |
layout | String | undefined | |
pageSize | Number | 10 | |
currentPage | Number | 1 | |
start | Number | undefined | 表示偏移量 v-model:start 和 v-model:currentPage 二选一 |
columns | Column[] | [] | 表格列 |
modules | (‘pagination’)[] | [‘pagination’] | 组件模块。 如无需分页,可传入 :modules="[]" |
align | String | ‘center’ | |
headerAlign | String | ‘center’ | |
elRef | AnyFunc | undefined |
TablesV1 Emits
name | arguments | description |
---|---|---|
ElTable | - | - |