I have in the database has two tables for 1500 entries, each on two tables page 3000 records are loaded for a long time. How do I load portions, for example, 30 pieces?
ie, load 15,000 records, but by 30 pieces
I have in the database has two tables for 1500 entries, each on two tables page 3000 records are loaded for a long time. How do I load portions, for example, 30 pieces?
ie, load 15,000 records, but by 30 pieces
I don’t know if it’s suitable for your project but you can use paging: https://docs.handsontable.com/pro/1.3.4/demo-paginating.html it will speed up the loading.
Not suitable. I’m downloading data from the server via Ajax. Download 3000 records a very long time. I need quickly. I would like to upload them gradually.
I need to load data from the server was fast.
Can you create a JSFiddle where we can test solutions?
issue closed in lack of needed demo for more than a month.