react-component / pagination

React Pagination
https://pagination-react-component.vercel.app/
MIT License
661 stars 329 forks source link

direction down #531

Open Updour opened 1 year ago

Updour commented 1 year ago

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