How to merge table cells verticaly?

Description

how to merge table cell verticality?It can be merged horizontally with lv_table_set_cell_merge_right(table, col, row, true).

What MCU/Processor/Board and compiler are you using?

What do you want to achieve?

What have you tried so far?

Code to reproduce

Add a code snippet which can run in the simulator. It should contain only the relevant code that compiles without errors when separated from your main code base.

The code block(s) should be formatted like:

/*You code here*/

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.

It doesn’t appear to be possible at the moment, from a quick read of the table documentation. However, it seems like a reasonable feature. It shouldn’t be too hard to implement.

so how to get the effect I want?

It’s not implemented at the moment; you would have to wait for someone to implement it or implement it yourself.