-1

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

enter image description here

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

Parameswar
  • 1,951
  • 9
  • 34
  • 57

1 Answers1

0

You can use ofText prop

ofText= 'of records'

Which will give you ouput like,

Page 1 of records 2
ravibagul91
  • 20,072
  • 5
  • 36
  • 59
  • i tried ofText, but i need the text after the number, eg: Page 1 of 2 records, – Parameswar Aug 21 '19 at 11:21
  • Ideally it should be `Page 1 of 2 pages`, because `2` is the number of pages, correct? And standard is `Page 1 of 2` this only. Adding extra text doesn't make sense. – ravibagul91 Aug 21 '19 at 11:33