문제

I have a paginated cellTable , how can I reload the paginated cellTable and target it to a specific page? For example, I am viewing page 5, I click the reload button and give pageNo = 5 as a argument and after loading the pagination cellTable are still on page 5.

도움이 되었습니까?

해결책

If you use an AsyncDataProvider and a SimplePager, you can simply:

pager.setPage(5);
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top