Page length
The best way to understand what page length means, is to try using other values. If we use table.setPageLength(2)
this would be rendered:
The page length tells the table how many rows to show. If we say show zero rows, the table will show all the rows with no scroll bars, and that's exactly what we want for our game.