There is no build in way to display only the first navigation button. What you could do instead is hide the last button with css.
The last button has the class mat-paginator-navigation-last
. You can use that to do things like visibility: hidden
or display: none
to hide it.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…