You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the pagination component, I want to move the prev and next slots to the left and right ends of the component by default.
However, since they are listed on the same layer as the regular page number buttons, I can't think of any other way to do this other than to control the DOM directly.
sonsu95
changed the title
how to Aligning 'Prev' and 'Next' Buttons to the Ends in a Full-Width Pagination Component
[Pagination] how to Aligning 'Prev' and 'Next' Buttons to the Ends
Dec 16, 2023
Description
In the pagination component, I want to move the prev and next slots to the left and right ends of the component by default.
However, since they are listed on the same layer as the regular page number buttons, I can't think of any other way to do this other than to control the DOM directly.
Is there any way to do it differently?
Here is my code
i want like this
The text was updated successfully, but these errors were encountered: