Remove "results per page" on a table

Hello, I noticed in tables that have more than 50 records, the Load More function doesn’t show up. I even changed the pagination to Show All rows. As you can see in the footer, I’m only showin 1-50 but no option to view more.

Any ideas on how I can view all records on the table using the CSS provided:

.hidetablefooter .nx-list-footer **-left**  {

 display:none; }