Can I use JSX in grid's template

Hi, I’m using suit 7.0 pro. According to the current usage, my colleagues prefer to use JSX to write the template of column. What can I do to convert JSX into JS and make the column of grid work normally.

Hi ttq, currently there is not simple way to do so. In the worst-case scenario it need a new Babel plugin that transpile JSX into the html string accepted by the template.

Oh, there seems to be no other simple way. It’s too difficult. Thank you very much for your answer