Bug 361363

Summary: Add support for pagination mode for table view
Product: [Applications] KEXI Reporter: Jarosław Staniek <staniek>
Component: TablesAssignee: Kexi Bugs <kexi-bugs>
Status: CONFIRMED ---    
Severity: wishlist CC: adam, inksi
Priority: NOR    
Version: 2.9.11   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: A (web) table view example with pagination

Description Jarosław Staniek 2016-04-03 20:49:17 UTC
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
Comment 1 Jarosław Staniek 2016-04-03 20:50:23 UTC
Created attachment 98225 [details]
A (web) table view example with pagination
Comment 2 Jarosław Staniek 2016-04-03 20:51:08 UTC
Other benefit: a way to discrete jump between "pages", like "Record 1-10", "Record 11-20".