njleonzhang / vue-data-tables

A simple, customizable and pageable table with SSR support, based on vue2 and element-ui
https://njleonzhang.github.io/vue-data-tables
MIT License
1.02k stars 221 forks source link

[Help] Pager Count Invalid Prop #252

Closed ra-heang closed 4 years ago

ra-heang commented 4 years ago

Please tell me,i want to use a property pager-count with pagintation in data-tables & data-tables-server Ex: <data-tables-server :data="data" :total="total" :pagination-props="{ pageSizes: [ 5],`pagerCount:3`,layout: prev, pager, next, total }" @query-change="loadData" > <el-table-column v-for="title in titles" :prop="title.prop" :label="title.label" :key="title.label" sortable="custom"> </el-table-column> </data-tables-server>

DeepinScreenshot_select-area_20200214161137

close-issue-app[bot] commented 4 years ago

This issue is closed because it does not meet our issue template. Please read it.