RecyclerviewTableViewAndroid icon indicating copy to clipboard operation
RecyclerviewTableViewAndroid copied to clipboard

Is there a way to merge two cells horizontally/vertically ?

Open sayanlp99 opened this issue 4 years ago • 3 comments

So I am working on my project and I am using your method to show data from a json array in a table, I need to merge two cells in the header both horizontally and vertically, and cannot think of an idea of how to do so. is there any way out?

sayanlp99 avatar Jul 02 '21 11:07 sayanlp99

That's a complicated case I think.

One way of doing it would be, to treat 2 columns as one column, and those columns without merge should insert inner 2 columns.

[header1][ header2 ][header3] [row1 ][ row1 ][ row1][ row1 ]

You may have to adjust the json data somehow ...

monsterbrain avatar Jul 02 '21 15:07 monsterbrain

@sayanlp99 did you found any solution i too have same situation to span two column.

ashushinde avatar Oct 06 '22 15:10 ashushinde

@ashushinde Can you provide a sample situation or json data example ... maybe we can discuss some solutions based on that

monsterbrain avatar Oct 10 '22 08:10 monsterbrain