Bug #14432
Can only show ~5000 rows
Description
Depending on the machine and what element type is selected you may need to display > 5000 rows and I 78 currently won't.
History
#1 Updated by Kyle Hazelwood about 4 years ago
- Status changed from Assigned to Closed
Fixed. Had to include window_set_parameter() with the maximum rows set to the current selections row count. With this I had to extend the character space for the row index by 1.