View Single Post
Old 05-17-2017, 10:35 AM   #11
Matt Arnold
OOTP Developer
 
Matt Arnold's Avatar
 
Join Date: Jun 2009
Location: Here and there
Posts: 14,158
Quote:
Originally Posted by And1pg2 View Post
Hey Matt, thanks for getting back to me. I guess I am just confused as to why I can export a list of 1,000+ players in my draft class but I can't export a list of less than 1,000 catchers in my universe. Can you explain that a little to me? I appreciate your help!
A lot of it comes down to what group of players we pass into the table to generate the list. For the draft class, we only pass in the draft class, so we know that the table will never stretch past that row limit we have, and we can display it using scrolling.

However, for the Catchers list, the way we load the table, you might un-select the catchers filter and change that back to "All Players", so in that case, we pass in all the active players in the league. We tried looking into ways to pre-parse the list, or be able to export different parts than what is visible, but there are simply some technical issues with the way we do things in our tables that makes that impossible at the moment. Sorry for the issues.
Matt Arnold is offline   Reply With Quote