Dynamically changing table rows

i am trying to create a proof of concept for my client to get this tool approved.

what i want to do is i want to insert rows dynamically in my table (with 4 cols) as content in the rows is generated dynamically, so right now i am using table.AddRow() which adds rows at the end of table cloning the last row of table. problem with this is i am merging my last row. and i want my new row to be not a merged one with one column but the default with 4 columns. is there a way to add a row with needed columns at the end of table dynamically . I would really appreciate quick reply. Thanks

It is not possible in the current release but we can implement it.
As workaround you can split row with Table.SplitCellH method.