Current behavior is that if your window is small than a certain value at startup it shows the search page instead of the table, because the table is not that great on small window sizes.
The only problem is that if you are on a large screen and your floating window size is small, but you maximize the window, on next start up it's going to show the search page even if your screen could totally fit the table.
One proposed fix is to check window size after realize/map, but the window size remains the same even if the window gets maximized.