zalify / easy-email-editor

Easy Email Editor is a feature-rich, top open-source SaaS email editor based on React and MJML.
https://email.maocanhua.cn/
MIT License
1.65k stars 334 forks source link

How can I make Table Component Dynamic. User can edit the column like text block? #401

Open sarbjeet6706 opened 2 months ago

sarbjeet6706 commented 2 months ago
<Table>
 <tr>
  <td>{editable_text}</td
</tr>
</Table>
sarbjeet6706 commented 2 months ago

@m-Ryan Could you please look into this ?