react-data-table-component
react-data-table-component copied to clipboard
If we use persistSelectedOnPageChange:true then SelectAll option is not visible
Hii @jbetancur
paginationServerOptions={{
persistSelectedOnPageChange: true,
persistSelectedOnSort: false
}}
When i use above options 'Select All' option is not visible. Is there any solution to enable the 'Select ALL' ?