-
Is there any way to move the pagination control to the top of the data table? |
Beta Was this translation helpful? Give feedback.
Answered by
sahitono
Aug 18, 2023
Replies: 1 comment 2 replies
-
maybe with reversing the order through css, set style like this |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kellerza
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
maybe with reversing the order through css, set style like this
display: flex; flex-direction: column-reverse;