Can't change focused page number #2467
Replies: 3 comments 1 reply
-
Please fork the Stackblitz project and create a case demonstrating your bug report. This issue will be closed if no activities in 20 days. |
Beta Was this translation helpful? Give feedback.
-
Please I just need to know how to control the focused page in paginator, since I don't load all data from server, I gradually load the regarding data between page requests, this component is made to paginate full loaded data, not gradually loaded, but the only thing I need is to control the view of selected page: And I use totalRecords to tell how many data there is regardless it was loaded or not from server |
Beta Was this translation helpful? Give feedback.
-
No one can't help without a reproducer. I need to see what you are trying to do... |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
I'm using
<Paginator/>
and in a onPageChange I fetch new data from server but the foucused page in UI doesn't change, Is not there any page state in Paginator props?<Paginator rows={50} totalRecords={pureData?.totalRecords} onPageChange={onPageChange}/>
pureData?.totalRecords
is the total of rows if the query was not pagedReproducer
No response
System Information
Last vite version
Steps to reproduce the behavior
No response
Expected behavior
No response
Beta Was this translation helpful? Give feedback.
All reactions