Skip to content

When i use paginationServerOptions then 'Select All' option is not visible. Is there any solution to enable the 'Select ALL' ? #1266

@prasannakulal16

Description

@prasannakulal16

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions