react-data-table-component icon indicating copy to clipboard operation
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' ?

Open prasannakulal16 opened this issue 1 year ago • 1 comments

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

prasannakulal16 avatar Dec 13 '24 05:12 prasannakulal16

@jbetancur I am checking this issue, since i also need it for my project.

dhavaljbroadlume avatar Jun 06 '25 04:06 dhavaljbroadlume