M
M
Mesuti2020-08-10 16:23:08
JavaScript
Mesuti, 2020-08-10 16:23:08

How to optimize loading and front-end search with google sheets?

Hey!
At the front, I download and display a Google spreadsheet.
The problem is that the lines > 100k and there is a hang.
How can you optimize?

For example, how to download only 1000 rows instead of all?
But then the search turns out to search only for 1000 lines, and not for the entire table.

Sandbox here - https://jsfiddle.net/83L1wbm6/

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey, 2020-08-10
@AleksRap

Usually there is an api call, then the server searches for all the data you need and then the desired selection with a limit and offset is returned in response

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question