API
props
继承所有el-table和el-pagination的props,唯一需要注意的就是data-at-once这个props,这个props是用来控制是否一次性加载所有数据,如果为true,那么所有数据会一次性加载
events
继承所有el-table和el-pagination的事件
slots
继承所有el-table和el-pagination的插槽
expose
名称 | 类型 | 备注 |
---|---|---|
tableRef | ElTable | Element原生类型,Table的方法通过它调用 |
paginationRef | ElPagination | Element原生类型,Pagination的方法通过它调用 |