How can I add a textarea input column to a table?
I've tried
but it doesnt change anything
Solution:Jump to 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.
2 Replies
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.
I went the custom column route