How do i enable/show tincymce in datatables?
For every datatables row, I’ve a textarea which displays html content. I need to show this html content in tincymce instead of a textarea. So if I’ve ten rows per page, i’ll have ten rows of tinymces showing html content.
I’m getting html content from a server but currently showing this in a bare html textarea.
How about something like this (Not Tested)
Add a class same class to all your textareas and use it in the
editor_selectorattribute of thetinyMCE.initfunction:Sample example of multiple selection
Class selectors/deselectors
Same thing should work with datatables too…