简体   繁体   中英

How do we add a text in React table pagination component?

basically i need to add another text at the end . ie. , Page 1 of 2 recordds

在此处输入图片说明

I tried this property nextText={"nextpage"}, but does not work,Thoughts ?

You can use ofText prop

ofText= 'of records'

Which will give you ouput like,

Page 1 of records 2

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM