A variable of a dataregion associated with a QueryWebPart is not set properly

LabKey Support Forum (Inactive)
A variable of a dataregion associated with a QueryWebPart is not set properly Leo Dashevskiy  2016-03-02 15:50
Status: Closed
 
Thanks, Will!

I does help a bit, though, in the case, where the numeric value is selected for pagination, it will produce the number of rows on the current page (just like dataregion.rowCount) and not the total number of rows in the table (like dataregion.totalRows), so some if-else statements are needed.

I don't understand, why the "totalRows" value is not assigned correctly for the non-paginated case...