Is It Possible? Model option similar to Excel Export option, "Attempt to Load in All Records Before

Is it possible to leverage a table’s excel export option, “Attempt to Load in All Records Before Export” on a model?

Essentially batch loading in model records for the table just like it does for the export, but with more granular control?

Example:
My table displays 100 records at a time, but I want to see all 1000 of my records. Currently I would have to press “Load More” 9 times to view all of my records. It would be awesome if I could press a button and specify the number of records I want to see or the number of batches I want to run. 

Josef,

Check the skuid documentation:  https://docs.skuid.com/latest/en/skuid/api/skuid_model_model.html

Search for ‘loadall’.

You should be able to adapt this script for your needs.

Thanks,

Bill