I'm developing a website based on ReactJS. Among different libraries, I've chosen Ant-Design (antd) due to its pretty elements. But I do really need to change some element styles. In Pagination component, I've chosen Simple mode which is shown in below image: Simple Pagination component The code for this component is:
<Pagination simple defaultCurrent={2} total={50} />
Is there any way to change the format of this component? Something like "2 from 5" instead of "2 / 5"? I know it has nothing to do with CSS!
Aucun commentaire:
Enregistrer un commentaire