d2-crud icon indicating copy to clipboard operation
d2-crud copied to clipboard

分页参数pageSizes没生效

Open 18827676454 opened this issue 5 years ago • 1 comments

分页参数pageSizes没生效

18827676454 avatar Dec 05 '19 03:12 18827676454

 pagination: {
     currentPage: 1,
     pageSize: 10,
     total: 0,
     pageSizes: [10, 20, 50, 100],
     layout: "prev, pager, next, jumper,sizes, ->, total"
 },

加上layout参数即可

wangjue666 avatar Aug 22 '20 02:08 wangjue666