Skip to content

Expanded Row - How can I remove expand all functionality from header but I need in individual row  #983

@somilkhandelwalwork

Description

@somilkhandelwalwork

I am doing something like below
const expandRow = { renderer: row => ( <div> <p>{ This Expand row is belong to rowKey ${row.id} }</p> <p>You can render anything here, also you can add additional data on every row object</p> <p>expandRow.renderer callback will pass the origin row object to you</p> </div> ), showExpandColumn: true, expandByColumnOnly: true, onlyOneExpanding: true, };
Now my concern is how to remove the expand all functionality in header

Screenshot ->
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions