Fetching all rows

Hi,
Is it possible to fetch all rows from a table? I can’t really use pageSize.

Thanks!!

Hi,

see JS example here:

Regards,
Stanislaw

That’s sort of a hack. Isn’t there a “Select *”? In parse we could specify limit; tho the limit was maxed to 1000

Our limit is 100 records per one page. You can increase it only in Pro installation.
But why do you need to load all the data from table at once?