react-data-table-component
react-data-table-component copied to clipboard
When i use paginationServerOptions then 'Select All' option is not visible. Is there any solution to enable the 'Select ALL' ?
<DataTable // ... previous props keyField={'string_id'} paginationServer paginationServerOptions={{ persistSelectedOnSort: false, persistSelectedOnPageChange: true, }} />
when i use above code with this options
paginationServerOptions={{
persistSelectedOnSort: false,
persistSelectedOnPageChange: true,
}}
at that time selecAll button is not visible in the table?
@jbetancur Any solution or workaround for this?
@jbetancur I am checking this issue, since i also need it for my project.