Hi there.
Previously, I’ve loaded all the data into the table at once. This means that even when I searched through the data, I could access it quickly, and it was displayed in an instant. With 10,000 records, this is still manageable in terms of time. But with 50,000 or 100,000 records, the system reaches its limits, especially since I can’t load all the data without the browser crashing.
How do I handle data tables with more than 10,000 or 30,000 records? Is there a special way to handle webix data tables?
Thank you for your help
Michael