Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dealing The Big Data or paginate call #34

Closed
firepmi opened this issue Apr 13, 2020 · 5 comments
Closed

Dealing The Big Data or paginate call #34

firepmi opened this issue Apr 13, 2020 · 5 comments

Comments

@firepmi
Copy link

firepmi commented Apr 13, 2020

when we need to deal any big data, we call api for paginate.
like apicall?start_at=20&limitation=10

To use this plugin, I should load the whole data and load them at a once.
it make me to feel the website so slow.
Is there any way to call api for paginate?

@ashvin27
Copy link
Owner

Thanks for feedback.

There is a option for server side data with pagination. Please visit below links for example:
http://react-datatable.in/server-side-data.html
http://react-datatable.in/pagination-default.html

@firepmi
Copy link
Author

firepmi commented Apr 26, 2020

It is required download the whole data at least once.
is there any option to set total count of the record data?

@ashvin27
Copy link
Owner

Yes, there is an option to set total counts for records.
You can use total_record prop.
These props will used to specify the total records in case of table data on is server-side.

You can also check the example of server-side data on below link:
http://react-datatable.in/server-side-data.html

Goto link and check source of example for more details.

@ashvin27
Copy link
Owner

ashvin27 commented Jul 22, 2020

Hello
Is this useful, can I close this issue?

@ashvin27
Copy link
Owner

Currently I'm closing this issue.
You can reopen it again if anyone will face this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants