How can I add a textarea input column to a table?
I've tried
but it doesnt change anything
but it doesnt change anything
Solution
Textarea is not a valid input type. It’s a separate html element. To my knowledge there is no textarea column. You’d have to do it as a custom column.