@vunk/plus

TablesV1

ElTableElTableColumnElPagination 的集成组件

Basic

Start

TablesV1 Props

proptypedefaultdescription
ElTable---
ElTableColumn---
ElPagination---
borderBooleantrue
tableClassString‘’
tableStyleCSSPropertiesundefined
layoutStringundefined
pageSizeNumber10
currentPageNumber1
startNumberundefined表示偏移量 v-model:start 和 v-model:currentPage 二选一
columnsColumn[][]表格列
modules(‘pagination’)[][‘pagination’]组件模块。 如无需分页,可传入 :modules="[]"
alignString‘center’
headerAlignString‘center’
elRefAnyFuncundefined
duplexFullBooleantrue若为 false, 表格根据其内容高度自适应; 依赖 “@vunk/core”: “>=1.4.6”

TablesV1 Emits

nameargumentsdescription
ElTable--