jbetancur / react-data-table-component

A responsive table library with built-in sorting, pagination, selection, expandable rows, and customizable styling.
https://react-data-table-component.netlify.app
Apache License 2.0
2.05k stars 413 forks source link

If we use persistSelectedOnPageChange:true then SelectAll option is not visible #1246

Open prasannakulal16 opened 2 months ago

prasannakulal16 commented 2 months ago

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' ?