As per the doc here react-table, it is possible to add custom Footers to the table using the Footer
property of the columns
prop of the component.
However , if you want to change the Previous
and Next
text as seen in the screenshot i'd say you have to change the nextText
and prevText
props of the main ReactTable
components, more can be seen here in the props documentation