below props are passing to table component still in DOM there is no change expandColumnKey={expandColumnKey} onRowExpand={onRowExpand} onExpandedRowsChange={onExpandedRowsChange} expandIcon={<span>+</span>} expandedRowRender={row => <p style={{ margin: 0 }}>{row.code}</p>}