react-data-table-component icon indicating copy to clipboard operation
react-data-table-component copied to clipboard

Custom Range

Open eroist opened this issue 3 years ago • 0 comments

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}`;

eroist avatar Aug 17 '22 12:08 eroist