<Adding data to existing row in new column for a T...
# stackoverflow
u
Adding data to existing row in new column for a TableLayout - Kotlin So i have this interface where I add new items to the TableLayout when clicking the button.

See this picture

The problem, as you see in the picture above, is that instead of adding the new items in the top of the third column it adds it as a new row in the third column. So new items should add linear to the second column in the third column when the listsize is higher than 5. I can only solve it with adding new rows....