Skip to content

direction down #531

Description

@Updour

Why is it that after I run the item or list down it doesn't go to the side, that's my code

<Pagination
className="pagination-data"
showTotal={(total, range) => Showing ${range[0]}-${range[1]} of ${total}}
onChange={PaginationChange}
total={daily.length}
current={current}
pageSize={size}
showSizeChanger={true}
itemRender={PrevNextArrow}
onShowSizeChange={PerPageChange}
hideOnSinglePage={false}
showPrevNextJumpers={true}
/>

Showing 51-57 of 57

1
2
3
4
5
6

it should
Showing 51-57 of 57 1 2 3 4 5 6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions