diff options
-rw-r--r-- | Source/SPTableContent.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPTableContent.m b/Source/SPTableContent.m index 498b6a2a..483ab35d 100644 --- a/Source/SPTableContent.m +++ b/Source/SPTableContent.m @@ -321,6 +321,10 @@ // Restore the table content view to the top left [tableContentView scrollRowToVisible:0]; [tableContentView scrollColumnToVisible:0]; + + // Set the maximum table rows to an estimated count pre-load + maxNumRows = [[tableDataInstance statusValueForKey:@"Rows"] integerValue]; + maxNumRowsIsEstimate = YES; } // If no table has been supplied, reset the view to a blank table and disabled elements. |