Textarea data

Hi.
Is it possible to load data into the textarea without html tags?
Like “toExcel” has the option of filterHTML and styles.
Datatable data gets loaded fine, but textarea keeps the tags.

As i understand i can do it via the format parse and edit functions, but that means i have to specify all the tags to replace that are and even might be in the future.

Best Regards.

if you need to strip tags, you can do it using regular expressions
https://snippet.webix.com/1afchn64

also you may try to use advanced text editors
https://docs.webix.com/desktop__text_editors.html

Thank you for your reply!
I will be using the parse/edit method. Works like a charm.