Open nidhi-nair opened 3 years ago
Another way to solve this would be to create a new ColumnType
for HTML as the user on Discord suggests. We might want to consider other formatting mechanisms as well.
An alternative to adding support for newline characters specifically would be to add a column type "HTML" (instead of using "Plain text") which would render the contents as HTML, similar to the "Text" widget.
note:
HTML
as a new column typeQuestion: @vicky-primathon @riodeuno
Discussed with @sbalaji1192 can be done with word wrap logic, we can wrap if we encounter a new line character or the limit is reached. Dependent on #5693
Got another request for this feature today on Discord. https://discord.com/channels/725602949748752515/1053001054482092233
@sbalaji1192 can you look at this once and document the changes we need to make
This issue needs validation on how many users it will help if we release this feature. Because not a lot of users will have data with line break characters.
A quick check might be to understand how many users have an rte or textarea widget and are trying to use it with a table, though this data might be hard to grasp
Another Enterprise user needs this feature.
A user on Discord wanted to be able to format their table data with new line characters but the table only supports a single line of data.
Front conversations