Is it possible to make the cell data normal text rather than in html while editing in html renderer option.
Please see an example below
https://stackblitz.com/edit/hands-on-table-demo
In this while editing the description html tags are displaying. Is it possible to hide the tags while inline editing
Hi @shinoyjose009
You have to use custom editor which remove all HTML tag.
Here is a link to our tutorial about creating your own editor - https://handsontable.com/docs/7.4.2/tutorial-cell-editor.html
Hi @piotr.nowak,
Can you please provide an example for the same with angular. It will be very helpful.
I got the solution. Thanks @piotr.nowak for pointing me to the tutorial.
If anyone need. please find the below example for your reference
https://stackblitz.com/edit/hands-on-table-demo
I’m glad to hear that you got solution.
Let me know if you need anything else.