Dynamically recalculating row height of multiple tables after dragular drop

47 Views Asked by At

I want to drag an item from a list of items and drop it in a table column. Each columns of the table contains another sub table with a specific template. I am using dragular for this.

Problem : As I render the view for the first time, I am calculating the height of each row in the sub table and making all the tables row height the same. So the final view looks like its all in one table.

Challenge Facing : When I drop a new item into the table columns (as another sub column) , I want to match the height of all the corresponding rows again in the sub tables. Not sure how to achieve this.

0

There are 0 best solutions below