Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
for small size data vue working fine.but when i am loading large data like 5k then taking long time.and in browser it showing out of memory. what is the best way to display large data


What I have tried:

i am using DataTable to show data . here is how i am showing in html

{{user.id}}
{{user.firstname}}
{{user.lastname}}
{{user.email}}
{{user.phone}}
Posted
Comments
Richard Deeming 18-Mar-22 4:48am    
Paging, searching, and sorting.

No user is going to wade through a table of 5k+ records to find the one they're looking for.

(And before you reply with the usual response we see to this advice: no, "it's a customer requirement" is not a reason for trying to shove that much data into a single table!)
Rahul221 23-Apr-22 12:22pm    
What is the problem you are facing in DataTable

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900