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 Will Holtz  2016-03-02 14:08
Status: Closed
 
Is this any better?
var numRows = dataRegion.table.dom.rows.length-4;

The -4 is for header rows. If you have the button bar turned off, or top and bottom button bars, then you may require a different constant here.

-Will