You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came to realize the extension fails to work when the pagination is from the server and the data property is length differ.
Scenario- Considering the pagination is from the server and the total number of data that we want to export is 800 while the total number of data that we want to display per page is 10.
This is my setup
const dataAll and const data are different in size and pagination is from the server.
Hi,
Thanks for the nice extension.
I came to realize the extension fails to work when the pagination is from the server and the data property is length differ.
Scenario- Considering the pagination is from the server and the total number of data that we want to export is 800 while the total number of data that we want to display per page is 10.
This is my setup
const dataAll and const data are different in size and pagination is from the server.
Am I missing something?
Thanks
The text was updated successfully, but these errors were encountered: