How to make a textarea expand vertically to fill all rows in a table?
I’m trying to create a table with a corresponding textarea
for notes in each row. Additionally, I have a toggle switch that, when enabled, hides all but the first textarea
and makes the first textarea
expand to fill the space of all rows combined.