Problem
This is how the TablePagination looks like
Looks like it's currently not possible to hide the per_page dropdown on the right.
Also, it's currently not possible to render the "first page" as a plain text, rather than number input.
Expectation
TablePagination should be updated to accept a prop, that hides the per_page dropdown, and renders first_page as a plain text.

Problem
This is how the TablePagination looks like
Looks like it's currently not possible to hide the
per_pagedropdown on the right.Also, it's currently not possible to render the "first page" as a plain text, rather than number input.
Expectation
TablePagination should be updated to accept a prop, that hides the
per_pagedropdown, and rendersfirst_pageas a plain text.