I have a simple mat-table
with mat-paginator
.
By default design it looks like this:
I would like to change the placing of the range label and put it between the navigation buttons, like this:
Basically, I need to move the div.mat-paginator-range-label
an element from the top of this container between button.mat-paginator-navigation-previous
and button.mat-paginator-navigation-next
.
Any idea of how to do it? Thanks.