I'd like to use the TablePagination component without a page size selector. Moreover, it would great if I can use a property like showPageSizeSelector or something like this to manage page size selector visibility. I've checked this article but have not found such a functionality described.
Moreover, it would great if I can use a property like showPageSizeSelector or something like this to manage page size selector visibility.
What's your use case for a hideRowsPerPage property?
Let's say, I have an app layout with a fixed height. In this case, I'd like a table has a fixed height and fixed row count too. Then, a page size selector doesn't make sense, because a table always has 20 rows per page, for example.
@SergeyAlexeev Sounds like a valid use case to me, I'm working on a PR. :+1:
Most helpful comment
@SergeyAlexeev Sounds like a valid use case to me, I'm working on a PR. :+1: