The table in ant design is displayed horizontally by default, how can it be displayed vertically?

The table in

ant design is displayed horizontally by default, but how can it be displayed vertically? as shown in the picture,
was originally the first behavior field name, and the following is the data displayed
. Now I want to change it to the first column field name, and the data is displayed on the right. Please tell me how to do it.

clipboard.png

clipboard.png

Mar.30,2021

doesn't seem to have this function. You need to implement


which antd doesn't have.
it's easy to write one by yourself


write one with table . It should be easy for the front end


to change the data format https://codesandbox.io/s/74z6.

.
Menu