Project

General

Profile

Actions

Bug #4629

open
MD

WTableView / QueryModel doesn't show all rows (stops at row 54782)

Bug #4629: WTableView / QueryModel doesn't show all rows (stops at row 54782)

Added by Martin Dyring-Andersen almost 11 years ago. Updated almost 11 years ago.

Status:
Feedback
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
12/17/2015
Due date:
% Done:

0%

Estimated time:

Description

I have a table with 500k rows and rising.

From the docs it would seem that WTableView with Dbo::QueryModel should be well suited to browse through the data.

However, it appears that

  1. I can't scroll further than 54782 rows
  2. Unless I limit the number of rows in setQuery for QueryModel (to, say 350k) no rows will be shown at all - just blank table

It makes no difference what column I sort on, etc. End result is never more than 54782 rows shown, with the scroll bar positioned all the way at bottom.

I suspected that it might relate to the scroll bar/paging mechanism and tried changing the WTableView height.. However this had no effect.

Any hints if other have successfully seen more rows would be helpful.

KD Updated by Koen Deforche almost 11 years ago Actions #1

  • Status changed from New to Feedback

You are probably being hit by the maximum height of a widget (which is browser dependent). This is an old problem, we have some ideas of how to fix it but all are a bit clumsy as somehow there's no way to scroll through such a large table view, it's restricted by the browser.

MD Updated by Martin Dyring-Andersen almost 11 years ago Actions #2

Ok, that makes sense.

Is there any way to force the "pagination" mechanism (which is believe is only shown with JS disabled)?

I guess that would also be a solution.

Actions

Also available in: PDF Atom