I use TablePagination component of Material-UI with React.
But this component doesn't have disabled prop.
I have a boolean loading value, which I want to use as a param to enable or disable arrows in the TablePagination.
How to achieve result like this?
I've tried to just pass disabled prop into TablePagination, but it doesn't work.