Posted 27 September 2019, 7:53 am EST
I want new line text ‘\n’ in one cell on WjMultiRow.
Please, help?
Forums Home / Wijmo / General Discussion
Posted by: lygiabao15ck1 on 27 September 2019, 7:53 am EST
Posted 27 September 2019, 7:53 am EST
I want new line text ‘\n’ in one cell on WjMultiRow.
Please, help?
Posted 29 September 2019, 11:59 pm EST
Hi,
To add a line break in the MultiRow, you may simply set the multiLine and wordWrap property of that particular column to true. Please refer to the sample below:
https://codesandbox.io/s/angular-86qok
In this sample, the products column already has a multi-line text. You may use the key combination, Alt + Enter to add a line break in the editor.
Regards,
Ashwin