Open
Description
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
Labels
No labels