react-base-table icon indicating copy to clipboard operation
react-base-table copied to clipboard

Expand functionality (row grouping ) is not working as expected as given in example

Open arunkumar8080 opened this issue 2 years ago • 0 comments

below props are passing to table component still in DOM there is no change

expandColumnKey={expandColumnKey} onRowExpand={onRowExpand} onExpandedRowsChange={onExpandedRowsChange} expandIcon={+} expandedRowRender={row => <p style={{ margin: 0 }}>{row.code}

}

arunkumar8080 avatar Jul 11 '23 07:07 arunkumar8080