Adding table plugin in the Rich text editor (#3799)
* Add Table button in RTE Toolbar Co-authored-by: Aswath K <aswath.sana@gmail.com>
This commit is contained in:
parent
efec01344a
commit
91a7acea49
|
|
@ -7,3 +7,4 @@
|
|||
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
|
||||
|
||||
For details on setting up your development machine, please refer to the [Setup Guide](https://github.com/appsmithorg/appsmith/blob/release/contributions/ClientSetup.md)
|
||||
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ export const RichtextEditorComponent = (
|
|||
"insertdatetime media table paste code help",
|
||||
],
|
||||
toolbar:
|
||||
"undo redo | formatselect | bold italic backcolor forecolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | removeformat | help",
|
||||
"undo redo | formatselect | bold italic backcolor forecolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | removeformat | table | help",
|
||||
});
|
||||
|
||||
return () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user