This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 245512 - Paging in View data always shows row number 1 to Page size
Summary: Paging in View data always shows row number 1 to Page size
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: matthias42
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-09 10:51 UTC by rashmidixit
Modified: 2015-03-30 01:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Paging showing row number from 1 to 10 always (28.53 KB, image/png)
2014-07-09 10:51 UTC, rashmidixit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rashmidixit 2014-07-09 10:51:54 UTC
Created attachment 147951 [details]
Paging showing row number from 1 to 10 always

Using build no 201407080001

For a table with multiple rows spanning 3 pages, I would expect the row number (# column) to reflect the record number. Its a little confusing. All rows are numbered 1 to 10 if the page size 10.

Please see attached image. The page number is 2. I would expect rows numbered from 11 to 20 (Page size is 10).
Comment 1 matthias42 2015-03-29 11:34:49 UTC
The suggestion makes sense and the change was pushed as:

http://hg.netbeans.org/core-main/rev/e58fc97e1aec

In the next few days a nightly build will be available that contains this change. Please give it a try. If you find the bug fixed, please change the status of this bug to VERIFIED. Thank you!
Comment 2 Quality Engineering 2015-03-30 01:40:37 UTC
Integrated into 'main-silver', will be available in build *201503300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e58fc97e1aec
User: Matthias Blaesing <matthias42@netbeans.org>
Log: #245512: Show "rownumber" for records in dataview - instead of 1-page size