Bug 361363 - Add support for pagination mode for table view
Summary: Add support for pagination mode for table view
Status: CONFIRMED
Alias: None
Product: KEXI
Classification: Applications
Component: Tables (show other bugs)
Version: 2.9.11
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Kexi Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-03 20:49 UTC by Jarosław Staniek
Modified: 2016-04-03 20:51 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
A (web) table view example with pagination (63.18 KB, image/png)
2016-04-03 20:50 UTC, Jarosław Staniek
Details

Note You need to log in before you can comment on or make changes to this bug.
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".