By default the table view is scrolled and loads all available data (for now, this can be optimized later). Pagination option is known from web UIs, see the attachment. Differences: - no need for vertical scrollbar - data loading limited to only one "page" -> speed and smaller memory consumption - would be used for mobile/embedded mode by default
Created attachment 98225 [details] A (web) table view example with pagination
Other benefit: a way to discrete jump between "pages", like "Record 1-10", "Record 11-20".