How does Table in antd unfold with a click line rather than a click + expansion?

the official example ( https://ant.design/components.) provides whether the expanded event can be bound to a line by clicking the extra generated + to expand later. In this way, you can click on the line to view the corresponding description, and you don"t need to click + to expand.

Mar.24,2022

add expandRowByClick= {true}

https://codesandbox.io/s/9l6r.

Menu