Dash AG Grid Rich Cell Text Editor

Hi,

Im trying to generate a rich text editor for the cells for a column in my dash AG-Grid. I’ve tried looking on how to do this but everything I try has ultimately failed. I understand I need to create a new function within my dashAgGridFunction.js but I have no idea what code to put under it the function. The rich text editor I was trying to generate is the mantine rich text editor.

Any help would be greatly appreciated.

Thanks :slight_smile:

The aproach i would take is to make the cell trigger a model with the rich text editor then create a save button that saves the text in the grid

Hi,

That approach seems great. Also stops the grid from getting cluttered with loading the rich text editor for each cell. How would you go about loading the rich text editor in the modal?