简体   繁体   English

Vaadin Spring(Vaadin 8)找不到任何分页组件

[英]Vaadin Spring (Vaadin 8) Not Found Any Pagination Components

I'm using Vaadin Spring (Vaadin 8) and looking for a nice pagination component. 我正在使用Vaadin Spring(Vaadin 8),并正在寻找一个不错的分页组件。

I found this 我找到了这个

https://vaadin.com/directory/component/pagination https://vaadin.com/directory/component/pagination

,but I thought that it's not work even I followed its doc. ,但我认为即使我遵循其文档也无法正常工作。 There is no Table class for that pagination. 没有用于该分页的Table类。

I also went to another Stackoverflow posts, they suggested about PagedTable 我还去了另一个Stackoverflow帖子,他们建议有关PagedTable

( https://vaadin.com/directory/component/pagedtable ) (Vaadin 7) https://vaadin.com/directory/component/pagedtable)(Vaadin 7)

and Vaadin 8 ( https://vaadin.com/directory/component/gridextensionpack-add-on ) 和Vaadin 8( https://vaadin.com/directory/component/gridextensionpack-add-on

It involves with PagedContainer and there is still no PagedContainer in my Vaadin 8 它涉及PagedContainer,而我的Vaadin 8中仍然没有PagedContainer

What should I do now? 我现在应该怎么办?

Thank you in advance 先感谢您

You can use PagedDataProvider instead, it has been renamed since Vaadin 8 does not use containers anymore. 您可以改用 PagedDataProvider ,因为Vaadin 8不再使用容器,因此它已被重命名。 Seems like a bug in the add-on documentation. 似乎是附加文档中的错误。

I've already proposed a documentation update, so you can track it. 我已经提出了文档更新,因此您可以对其进行跟踪。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM