react-data-table-component
react-data-table-component copied to clipboard
Custom Range
Is there any possibility to show custom range component?
in case of user not specified the func for showing range, we use default way.
default:
const range =
currentPage === numPages ?
`${firstIndex}-${rowCount} ${options.rangeSeparatorText} ${rowCount}` : `${firstIndex}-${lastIndex} ${options.rangeSeparatorText} ${rowCount}`;