Add pagination
Just-Moh-it opened this issue · 0 comments
Just-Moh-it commented
Currently, the app loads all the data at once, even if fields include thousands of rows, which takes a toll on the backend API. Also, this would conflict with the query-cost limiting feature (#21), so both features need to be implemented at the same time