VisActor / VTable

VTable is not just a high-performance multidimensional data analysis table, but also a grid artist that creates art between rows and columns.
https://visactor.io/vtable
MIT License
1.38k stars 95 forks source link

[Bug] 设置了分页属性,但是并没有显示出分页器 #2000

Closed little-yaonv closed 1 week ago

little-yaonv commented 1 week ago

Version

^0.23.4

Link to Minimal Reproduction

https://visactor.io/vtable/demo/list-table-data-analysis/list-table-aggregation-multiple

Steps to Reproduce

需要使用分页功能,在表格的option中设置了分页属性 pagination: { perPageCount: 100, currentPage: 0 },

Current Behavior

并没有显示出分页器

Expected Behavior

需要显示出分页器

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

fangsmile commented 1 week ago

分页器是需要自己来做的 上述配置 只是让vtable来展示对应的数据。https://visactor.io/vtable/demo/basic-functionality/pagination 可以参考demo代码 或者使用其他ui组件的翻页器

little-yaonv commented 1 week ago

好的,我看这个demo上切换页数使用的是 tableInstance.updatePagination({ currentPage: i - 1 }); 我们这边是在react环境中使用,用的是@visactor/react-vtable包,并不是通过new VTable.ListTable的方式,所以没有tableInstance,那要如何使用updatePagination这个方法呢

fangsmile commented 1 week ago

image

image @little-yaonv 可多翻阅看看demo

little-yaonv commented 4 days ago

好的,多谢

------------------ 原始邮件 ------------------ 发件人: "VisActor/VTable" @.>; 发送时间: 2024年6月28日(星期五) 晚上6:30 @.>; @.**@.>; 主题: Re: [VisActor/VTable] [Bug] 设置了分页属性,但是并没有显示出分页器 (Issue #2000)

image.png (view on web) @little-yaonv 可多翻阅看看demo

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>